From 364875dd6d3f632b49d2ec3488a77b31fc4eb6cf Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 20 Jan 2018 09:23:20 -0800 Subject: [PATCH] mage: don't autogenerate --- mage.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mage.go b/mage.go index ba32b0a..e0efb0d 100644 --- a/mage.go +++ b/mage.go @@ -32,10 +32,6 @@ func buildBins(goos, goarch string) { ctx, cancel := context.WithCancel(context.Background()) defer cancel() - fmt.Print("generating code...") - Generate(ctx) - fmt.Print("\rCode generation successful \n") - d := filepath.Join(wd, "./bin") os.MkdirAll(filepath.Join(d, goos, goarch), 0777)