GoSublime go to definition
go, sublimetext2
Solution
This go to definition only works with expression `pkgname.Funcname`, but the design(general interaction) is not implemented.
By other way you must have the source code in the `GOPATH` or `GOROOT`, if not GoSublime cannot find your code.
You can read more about at: https://github.com/DisposaBoy/GoSublime/issues/62
Problem
Does `go to definition` work in GoSublime 2 or 3 ? I get only ``` GsDoc: no docs found ``` It is mentioned that that feature is available https://github.com/DisposaBoy/GoSublime and documented https://github.com/DisposaBoy/GoSublime/blob/master/USAGE.md But I found similar error reports year or two years old.