package
0.2.6
Repository: https://github.com/lujinda/gore.git
Documentation: pkg.go.dev

# Functions

Available checks if gocode executable is available or not.
Query asks gocode for completion of Go code source for a cursor position cursor.

# Variables

DefaultCompleter is a default Completer with gocode's path set to "gocode".

# Structs

Candidate is resulting entries from gocode.
Completer is the interface to gocode that this package provides.
Result represents a completion result of Query().