Skip to content

Commit

Permalink
Merge pull request #14 from luoliwoshang/gogensig/llgover
Browse files Browse the repository at this point in the history
gogensig:depend latest llgo
  • Loading branch information
xushiwei authored Nov 29, 2024
2 parents 77c6e56 + af1a09e commit 832b810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gogensig/gogensig.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func runGoCmds(wd, pkg string) {
os.MkdirAll(dir, 0744)
os.Chdir(pkg)
config.RunCommand(dir, "go", "mod", "init", pkg)
config.RunCommand(dir, "go", "get", "github.com/goplus/llgo")
config.RunCommand(dir, "go", "get", "github.com/goplus/llgo@main")
}

func main() {
Expand Down

0 comments on commit 832b810

Please sign in to comment.