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
I have a struct which implements json.Marshaler interface by implementing MarshalJSON method on the struct, but this linter complains that I should define struct tags? Why? MarshalJSON does not need/use them.