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
go get installation is currently broken in Go 1.12. I'm actually removing go get as a supported installation method until the modules team fixes some issues.
Omit non-relevant sections.
Description
What is this issue about?
Get error when installing with go get
Use case
What use case would this solve?
Steps to reproduce
What steps did you take when you found this issue?
Ran:
go get -u github.com/variadico/noti/cmd/noti
Expected behavior
What did you expect to happen?
It installs.
Actual behavior
What actually happened?
Got this:
Version
What
go version
andnoti --version
are you using?go version go1.10.1 darwin/amd64
The text was updated successfully, but these errors were encountered: