-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go fmt
generated code
#356
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need it? These are used for imports and doc generation, they're not supposed to be looked at.
not a big problem, but clean maybe this will inspire generator to use https://pkg.go.dev/go/[email protected]#Source |
Huh, that's exactly what I was looking for. But for some reason |
Not needed after nspcc-dev/neo-go#3164? |
Likely so. |
New min version includes various enhancements/fixes incl. Go-formatted codegen. Also mention upgrade in the CHANGELOG. Refs #367 (73882ca). Signed-off-by: Leonard Lyubich <[email protected]>
6c804ea
to
bccd988
Compare
updated prerequisities with corresponding Neo Go version |
btw we can go further and use
goimports
tool since imports are unsorted, but i decided to not do that for nowwith these changes
make fmt
(go fmt ./...
) becomes no-op