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 Config ¶
type Config struct { Importer types.Importer Logf func(fmt string, args ...interface{}) Builtin bool IgnoreCase bool // UnimportedPackage returns a package with name pkgName. // It's used as a resort for unknown selector types like `fmt` in `fmt.` // when the corresponding package has not been imported UnimportedPackage func(pkgName string) *types.Package }
Click to show internal directories.
Click to hide internal directories.