Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Formatters = map[string]Formatter{ "csv": csvFormat, "csv-with-package": csvFormat, "emacs": emacsFormat, "godit": goditFormat, "json": jsonFormat, "nice": NiceFormat, "vim": vimFormat, }
Functions ¶
Types ¶
type Candidate ¶
type Candidate struct { Class string `json:"class"` PkgPath string `json:"package"` Name string `json:"name"` Type string `json:"type"` }
func (Candidate) Suggestion ¶
Click to show internal directories.
Click to hide internal directories.