gone icon indicating copy to clipboard operation
gone copied to clipboard

Automate build process

Open fxnn opened this issue 8 years ago • 0 comments

Build steps like go generate ./..., go test ./... and go install, or even coverage analysis etc. can be automated by a custom build tool.

We can write a build.go file and execute the build process (as dev or during ci) with go run build.go.

The library dshills/goauto could be very helpful for build automation.

fxnn avatar Apr 10 '16 17:04 fxnn