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
fix: resolve golangci-lint issues across new and moved packages
- Add package comments to all packages
- Add doc comments to all exported types and methods
- Fix unchecked error returns in tests and production code
- Fix unused parameters (rename to _)
- Fix staticcheck SA1012: use context.TODO() instead of nil
- Fix revive indent-error-flow in spa/handler.go
- Fix gofmt formatting
- Update .golangci.yml for v2 format
0 commit comments