We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af0c93a + e92abd9 commit 25c02e4Copy full SHA for 25c02e4
modfile/rule.go
@@ -33,10 +33,7 @@ type Compiler struct {
33
}
34
35
// A Runner is the runner statement that specifies a custom runner for the project.
36
-// The runner directive must appear after a project statement and only one runner
37
-// per project is allowed.
38
// Example: runner github.com/goplus/spx/v2/cmd/spxrun
39
-// Example with version: runner github.com/goplus/spx/v2/cmd/spxrun v2.0.1
40
type Runner struct {
41
Path string // package path of the runner
42
Version string // optional version of the runner
0 commit comments