
The highest tagged major version is
v2.
package
Version:
v0.2.29
Opens a new window with list of versions in this module.
Published: Jul 7, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var GoLint = goyek.Define(goyek.Task{
Name: "go-lint",
Usage: "golangci-lint run --fix",
Action: func(a *goyek.A) {
if !cmd.Exec(a, "go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest") {
return
}
cmd.Exec(a, "golangci-lint run --fix")
},
})
const (
BenchModeWazero BenchMode = iota
BenchModeCGO
BenchModeDefault
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.