Skip to content

Commit 25c02e4

Browse files
authored
Merge pull request #130 from goplus/revert-127-runner
Revert "Runner doc"
2 parents af0c93a + e92abd9 commit 25c02e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modfile/rule.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ type Compiler struct {
3333
}
3434

3535
// 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.
3836
// Example: runner github.com/goplus/spx/v2/cmd/spxrun
39-
// Example with version: runner github.com/goplus/spx/v2/cmd/spxrun v2.0.1
4037
type Runner struct {
4138
Path string // package path of the runner
4239
Version string // optional version of the runner

0 commit comments

Comments
 (0)