Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce godoc command and arg variables, restructure query
* Add the -u flag (customizably) to the `go doc` command line: This ensures that un-exported/private names get matched & have their docs displayed, too. * Add a company-go customization option for the `go doc` command line. * Make sure that if company-go gets no package, it looks in the current directory. This can more reliably show documentation for the current package's names (including internals).
- Loading branch information