Skip to content
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

unused timeNamespace build error from staticcheck #67

Open
parallastra opened this issue Apr 12, 2024 · 1 comment
Open

unused timeNamespace build error from staticcheck #67

parallastra opened this issue Apr 12, 2024 · 1 comment

Comments

@parallastra
Copy link

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.

@r10r
Copy link
Contributor

r10r commented Apr 15, 2024

Dear @parallastra. Sorry, but this project is currently not maintained. See #64.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants