mage: don't autogenerate
This commit is contained in:
parent
b613e4405d
commit
364875dd6d
4
mage.go
4
mage.go
|
@ -32,10 +32,6 @@ func buildBins(goos, goarch string) {
|
||||||
ctx, cancel := context.WithCancel(context.Background())
|
ctx, cancel := context.WithCancel(context.Background())
|
||||||
defer cancel()
|
defer cancel()
|
||||||
|
|
||||||
fmt.Print("generating code...")
|
|
||||||
Generate(ctx)
|
|
||||||
fmt.Print("\rCode generation successful \n")
|
|
||||||
|
|
||||||
d := filepath.Join(wd, "./bin")
|
d := filepath.Join(wd, "./bin")
|
||||||
|
|
||||||
os.MkdirAll(filepath.Join(d, goos, goarch), 0777)
|
os.MkdirAll(filepath.Join(d, goos, goarch), 0777)
|
||||||
|
|
Loading…
Reference in New Issue