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
To make gunk format play nicely with other code formatters, and to be more familiar to Go developers, command line flags -w and -s should be added to the format command enabling the same behavior in gofmt and goimports.
Additionally, README.md should be updated with documentation on using gunk format.