parent
a1be1a9c5e
commit
a7972ed6c9
2 changed files with 15 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||||||
|
// true exits with a successful exit code (0)
|
||||||
|
|
||||||
|
package main |
||||||
|
|
||||||
|
import ( |
||||||
|
"os" |
||||||
|
) |
||||||
|
|
||||||
|
func main() { |
||||||
|
os.Exit(0) |
||||||
|
} |
Loading…
Reference in new issue