// false exits with an exit code of 1 package main import ( "os" ) func main() { os.Exit(1) }