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

Conversation

zmb3
Copy link
Owner

@zmb3 zmb3 commented Sep 22, 2018

Thanks @suzmue!

suzmue and others added 5 commits August 3, 2018 12:56
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 zmb3 mentioned this pull request Sep 22, 2018
@zmb3 zmb3 merged commit ba76b40 into master Sep 22, 2018
@zmb3 zmb3 deleted the suzmue-typecheck-with-gopackages branch September 22, 2018 14:36
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