//
pkg.gl
Category
github.com/lujinda/gore
gocode
package
0.2.6
Repository:
https://github.com/lujinda/gore.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
104 SLOC
#
Functions
Available
Available checks if gocode executable is available or not.
Query
Query asks gocode for completion of Go code source for a cursor position cursor.
#
Variables
DefaultCompleter
DefaultCompleter is a default Completer with gocode's path set to "gocode".
#
Structs
Candidate
Candidate is resulting entries from gocode.
Completer
Completer is the interface to gocode that this package provides.
Result
Result represents a completion result of Query().