Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultExtension is a default extension for Go source files. DefaultExtension = "go" // DefaultIgnoreFile is a default name of ignore file, that can be used to // ignore Go build tags. DefaultIgnoreFile = ".gotagsignore" )
Variables ¶
View Source
var DefaultExcludes = []string{"vendor", "third_party", "hack", ".git"}
DefaultExcludes is list of default excludes to be used.
View Source
var ErrCantListTags = errors.New("cannot list tags")
ErrCantListTags when tags can't be listed.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.