use status code

This commit is contained in:
Craig Peterson 2017-01-12 07:29:36 -07:00
parent 5c0be455ac
commit dc5591f9cd

View file

@ -25,6 +25,9 @@ func main() {
fmt.Println(err)
appendErrorStatus("needs go generate")
}
if status != "" {
os.Exit(1)
}
}
func checkGoFmt() error {