package
0.0.1
Repository: https://github.com/mysteriumnetwork/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.
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 installs goimports binary.
GetLint installs golint binary.
GoImports checks for issues with go imports.
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 tests.