You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Totally! I suspect that go/types (the package upon which this tool is built) will actually take care of that for us once vgo becomes part of the toolchain.
zmb3
changed the title
vgo support?
Support Go modules
Sep 17, 2018
Just curious, what's the status on this? gogetdoc hasn't been working for me since moving to go modules, so I'm assuming that it wasn't taken care of automatically with go/types. Thanks!
@lsmith130 thanks for the gentle reminder. The latest version should work for modules in most cases. Feel free to file another issue if you find things that aren't working.
As vgo has been accepted, would be great to get
gogetdoc
updated to find the right docs based on the source location under$GOPATH/src/v
.See microsoft/vscode-go#1532 (comment)
The text was updated successfully, but these errors were encountered: