Skip to content

Commit

Permalink
Merge pull request #1717 from xushiwei/q
Browse files Browse the repository at this point in the history
gox.GeneratedHeader set to Go+
  • Loading branch information
xushiwei authored Feb 9, 2024
2 parents 3db8a99 + 1b73cdd commit 408d8f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/gop/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ import (
"github.com/goplus/gop/cmd/internal/test"
"github.com/goplus/gop/cmd/internal/version"
"github.com/goplus/gop/cmd/internal/watch"
"github.com/goplus/gox"
)

func mainUsage() {
Expand Down Expand Up @@ -86,6 +87,7 @@ func main() {
help.Help(os.Stderr, args[1:])
return
}
gox.GeneratedHeader = "// Code generated by gop (Go+); DO NOT EDIT.\n\n"

BigCmdLoop:
for bigCmd := base.Gop; ; {
Expand Down

0 comments on commit 408d8f3

Please sign in to comment.