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
When #50 was implemented, the assignment of timeNamespace was commented out, but not the declaration, thus an error is issued when calling $ PATH="$HOME/go/bin:$PATH" make
go fmt ./...
shfmt -w ./install.sh
golint ./...
go mod tidy
staticcheck ./...
namespaces.go:27:2: var timeNamespace is unused (U1000)
the simple workaround is to also comment out the declaration.
The text was updated successfully, but these errors were encountered:
When #50 was implemented, the assignment of timeNamespace was commented out, but not the declaration, thus an error is issued when calling
$ PATH="$HOME/go/bin:$PATH" make
the simple workaround is to also comment out the declaration.
The text was updated successfully, but these errors were encountered: