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
{{ message }}
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
I attempted to install misspell following instructions provided in the README and encountered the following error:
go get -u github.com/client9/misspell/cmd/misspell
go get: installing executables with 'go get' in module mode is deprecated.
Use 'go install pkg@version' instead.
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
It may be worth updating the README install section to follow the recommended workflow for installing Go libraries which changed in 1.16. The install instruction would now be go install github.com/client9/misspell/cmd/misspell@latest
Hello 👋
I attempted to install
misspellfollowing instructions provided in the README and encountered the following error:It may be worth updating the README install section to follow the recommended workflow for installing Go libraries which changed in 1.16. The install instruction would now be
go install github.com/client9/misspell/cmd/misspell@latest