main.go (111B)
1 /* 2 False exits with a non-zero value. 3 4 Usage: 5 6 false 7 */ 8 package main 9 10 import "os" 11 12 func main() { os.Exit(1) }
goutilsUnnamed repository; edit this file 'description' to name the repository. | |
Log | Files | Refs | LICENSE |