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
Update "generated file" hint to follow go convention. (#161)
Go has a documented[1] convention identifying "generated" files:
> To convey to humans and machine tools that code is generated,
> generated source should have a line that matches the following
> regular expression (in Go syntax):
> ^// Code generated .* DO NOT EDIT\.$
[1]: https://golang.org/pkg/cmd/go/internal/generate/