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

Remove GOPATH (breaking change for using wag outside of GOPATH) #423

Merged
merged 2 commits into from
Apr 21, 2022

Commits on Apr 21, 2022

  1. Remove deep references to GOPATH

    With this change, GOPATH is still used, but only at the top level (main.go) where it's used to
    determine the absolute path for output.
    taylor-sutton committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    6436a44 View commit details
    Browse the repository at this point in the history
  2. BREAKING: Remove GOPATH entirely in go.mod mode.

    This is a breaking change: now the -output-path, if it's relative, is interpreted relative to
    current working directory. Previously, we would combine GOPATH with the module path in go.mod to
    guesstimate where to interpret it relative to.
    taylor-sutton committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    4f9c25e View commit details
    Browse the repository at this point in the history