parent
a7972ed6c9
commit
62b8613877
2 changed files with 12 additions and 0 deletions
@ -0,0 +1,11 @@ |
||||
// false exits with an exit code of 1
|
||||
|
||||
package main |
||||
|
||||
import ( |
||||
"os" |
||||
) |
||||
|
||||
func main() { |
||||
os.Exit(1) |
||||
} |
Loading…
Reference in new issue