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 #38

Closed
wants to merge 4 commits into from

Conversation

zmb3
Copy link
Owner

@zmb3 zmb3 commented Sep 5, 2018

No description provided.

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.
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.
@zmb3
Copy link
Owner Author

zmb3 commented Sep 22, 2018

Closing in deference to #40

@zmb3 zmb3 closed this Sep 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants