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
{{ message }}
This repository was archived by the owner on Mar 12, 2025. It is now read-only.
I tried to use the new go-generate hook and ran into an error:
go-generate..............................................................Failed
- hook id: go-generate
- exit code: 1
named files must all be in one directory; have path/to/a/package and path/to/another/package
As per the generate documentation it appears go generate can handle multiple files in the same package and multiple packages, however it can't handle multiple files in the same package.