Skip to content

v0.7.3 Added "%goworkfix", a workaround for "go get"

Compare
Choose a tag to compare
@janpfeifer janpfeifer released this 14 Jul 09:23
· 350 commits to main since this release
b396eb2
  • 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.