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
gofmt for current versions of go and remove stray whitespace
gofmt the code for current versions of go:
- adds updated build-tag comments as used by current versions, but keeping
the old format lines to remain compatible with old go versions.
- format some godoc comments to fix rendeing on pkg.go.dev
- uses the (now preferred) `0o` notation for octal values.
also remove stray whitespace to make more linters happy.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
0 commit comments