package
0.0.0-20241002130340-e16dcced61ff
Repository: https://github.com/zolia/go-ci.git
Documentation: pkg.go.dev

# Functions

Check performs all the common checks.
CheckD performs all the common checks on directories Instead of packages, it operates on directories, thus it is compatible with gomodules outside GOPATH.
CheckFmt performs all the common checks.
CheckFmtD performs all the common checks on directories Instead of packages, it operates on directories, thus it is compatible with gomodules outside GOPATH.
Copyright checks for copyright headers in files.
CopyrightD checks for copyright headers in files Instead of packages, it operates on directories, thus it is compatible with gomodules outside GOPATH.
GetImports Fetches the goimports binary.
GetLint Checks if revive exists, if not installs it.
GoFmt checks for issues with go fmt.
GoFmtD checks for issues with go formatting.
GoImportsD checks for issues with go imports.
GoLint checks for linting errors in the solution.
GoLintD checks for linting errors in the solution Instead of packages, it operates on directories, thus it is compatible with gomodules outside GOPATH.
GoReport updates the go report for the given repo.
GoVet checks that the source is compliant with go vet.
Test Runs the test suite against the repo.