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

typecheck with gopackages #40

Merged
merged 6 commits into from
Sep 22, 2018
Merged

typecheck with gopackages #40

merged 6 commits into from
Sep 22, 2018

Commits on Aug 3, 2018

  1. Support go modules

    Use golang.org/x/tools/go/packages to load and type check packages to
    get docs. Provides support for go modules in addition to GOPATH and
    local packages.
    suzmue committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    0e323c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. clean up tests

    suzmue committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    c888640 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37541ce View commit details
    Browse the repository at this point in the history
  3. temporarily set GOPATH for tests

    The tests for vendoring need to be run from inside of a GOPATH.
    go/packages can now take into account the current environment, so it is
    not necessary to put the test into an existing GOPATH, and instead just
    set the GOPATH before calling load.
    suzmue committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    ef15543 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2018

  1. Configuration menu
    Copy the full SHA
    e6526d5 View commit details
    Browse the repository at this point in the history
  2. Fix lint warnings

    zmb3 committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    4c25767 View commit details
    Browse the repository at this point in the history