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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Issue #35: Fixed installation (--install): it now uses the absolute path to the gonb binary
(as opposed to simply os.Args[0]).
Also added check that it can find the "go" binary.
Workaround for go get not working with go.work: parse go get errors, and if it's complaining about
a missing package that is defined in one of the go.work "use" paths, it will add a suggestion the user
add a go.mod replace rule.
Added %goworkfix to add use clauses as replace clauses in go.mod.