You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In internal/structfilter/structfilter.go, HasCacheLinePad checks types.Named directly. If a CacheLinePad is referenced via an alias, the check fails and the struct is not skipped.
In internal/structfilter/structfilter.go, HasCacheLinePad checks types.Named directly. If a CacheLinePad is referenced via an alias, the check fails and the struct is not skipped.