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

Support Go 1.11 modules #218

Merged
merged 4 commits into from
Nov 16, 2018
Merged

Support Go 1.11 modules #218

merged 4 commits into from
Nov 16, 2018

Commits on Nov 13, 2018

  1. Use x/tools/go/packages instead of x/tools/go/loader to parse Go code,

    in order to support Go 1.11 modules. Fixes vektra#213.
    atombender committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    0ecc4a9 View commit details
    Browse the repository at this point in the history
  2. Add go.mod and go.sum.

    atombender committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    985bc95 View commit details
    Browse the repository at this point in the history
  3. Remove obsolete comment.

    atombender committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    296c30c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7576a96 View commit details
    Browse the repository at this point in the history