Skip to content

Commit

Permalink
Merge pull request #101 from xushiwei/log
Browse files Browse the repository at this point in the history
mark x/gsh as GopPackage
  • Loading branch information
xushiwei authored Feb 16, 2024
2 parents 8f6c5d9 + a91881d commit d5524d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gsh/classfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ import (
"os/exec"
)

const (
GopPackage = true
)

// App is project class of this classfile.
type App struct {
fout io.Writer
Expand Down

0 comments on commit d5524d1

Please sign in to comment.