zmb3/gogetdoc

Gogetdock doesn't work if source file specified build tags.

vagruchi opened this issue · 2 comments

Before submitting an issue, please make sure:

  • You're running Go 1.6 or later - later
  • You've tried installing with go get -u to update dependencies - yes

I write tests with build tag. And i tried see documentation in this file. I recieve followed error:
gogetdoc: couldn't find /.../file_test.go in program.

I understand where it come from. And is it possible to fix it?

zmb3 commented

gogetdoc does support build tags, but it’s up to your editor to specify the correct tags. What editor are you using?

Atom with go-plus plugin.