package
0.0.0-20200721184938-52b1b20314fb
Repository: https://github.com/kurokulabs/margo.git
Documentation: pkg.go.dev
# Functions
AppendSnippet is an alias of snippets.AppendSnippet.
BuildContext is an alias of goutil.BuildContext.
Dedent is an alias of goutil.Dedent.
DedentCompletion is an alias of goutil.DedentCompletion.
DeferSnippet is an alias of snippets.DeferSnippet.
DocSnippet is an alias of snippets.DocSnippet.
FuncSnippet is an alias of snippets.FuncSnippet.
GenDeclSnippet is an alias of snippets.GenDeclSnippet.
GoInstall returns a Linter that runs `go install args...`.
GoInstallDiscardBinaries returns a Linter that runs `go install args...` it's like GoInstall, but additionally sets GOBIN to a temp directory resulting in all binaries being discarded.
GoTest returns a Linter that runs `go test args...`.
GoVet returns a Linter that runs `go vet args...`.
No description provided by the author
InitFuncSnippet is an alias of snippets.InitFuncSnippet.
IsLetter is an alias of goutil.IsLetter.
IsPkgDir is an alias of goutil.IsPkgDir.
MainFuncSnippet is an alias of snippets.MainFuncSnippet.
MapSnippet is an alias of snippets.MapSnippet.
MethodSnippet is an alias of snippets.MethodSnippet.
NewCompletionCtx is an alias of cursor.NewCurCtx.
NewCursorCtx is an alias of cursor.NewCurCtx.
NewViewCursorCtx is an alias of cursor.NewViewCurCtx.
NodeEnclosesPos is an alias of goutil.NodeEnclosesPos.
PackageNameSnippet is an alias of snippets.PackageNameSnippet.
ParseFile is an alias of goutil.ParseFile.
ParseFileWithMode is an alias of goutil.ParseFileWithMode.
PathList is an alias of goutil.PathList.
No description provided by the author
TypeSnippet is an alias of snippets.TypeSnippet.
# Constants
No description provided by the author
BinImporterOnly tells the importer use binary packages only, with no fall-back.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
KimPorter tells the importer to use Kim-Porter to import packages.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SrcImporterOnly tells the importer use source only, with no fall-back.
SrcImporterWithFallback tells the importer use source code, then fall-back to a binary package.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
AsmFmt is a reducer that does code fmt'ing for `.s` files.
No description provided by the author
No description provided by the author
No description provided by the author
GoGenerate adds a UserCmd that calls `go generate` in go packages and sub-dirs.
No description provided by the author
Linter wraps mg.Linter to restrict its Langs to Go
all top-level fields are passed along to the underlying Linter.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ImporterMode specifies the mode in which the corresponding importer should operate.
No description provided by the author
PosEnd is an alias of goutil.PosEnd.
No description provided by the author
SnippetFunc is an alias of snippets.SnippetFunc.