Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Configure ¶
func Configure(funcs ...func(*Opts))
Configure calls each func in funcs to configure the shared Opts
func FilterPath ¶
FilterPath returns true if path is *not* usually ignored by the Go tools (.*, _*, testdata)
func FilterPathExt ¶
FilterPathExt returns true if path does *not* have an extension *known* to be commonly found in Go projects
Types ¶
type ImportPathsFunc ¶
ImportPathsFunc returns a map of package *import path* to title for display to the user
type Opts ¶
type Opts struct {
ImportPaths ImportPathsFunc
}
Opts contains options used by margo and its methods
type PathFilterFunc ¶
PathFilterFunc returns true if path should not be ignore (when walking GOPATH, etc.)
Click to show internal directories.
Click to hide internal directories.