Documentation ¶
Index ¶
- func CheckAll(path string, h, w int) []*lexing.Error
- func CheckLineComment(fset *token.FileSet, files []*ast.File) []*lexing.Error
- func CheckRect(files []string, h, w int) []*lexing.Error
- func DepGraph(ctx *build.Context, path string, alias *gcimporter.AliasMap) (*dags.Graph, error)
- func DepGraphPkg(ctx *build.Context, pkg *build.Package, alias *gcimporter.AliasMap) (*dags.Graph, error)
- func ModCheckAll(dir, pkg string, h, w int) []*lexing.Error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckAll ¶
CheckAll checks everything for a package.
func CheckLineComment ¶
CheckLineComment checks the format of line comments.
func CheckRect ¶
CheckRect checks if all the files are within the given rectangle.
func DepGraph ¶
DepGraph returns the dependency graph for files in a package.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.