mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-28 04:46:42 -04:00
8 lines
76 B
Go
8 lines
76 B
Go
//go:build returnOnExit
|
|
|
|
package core
|
|
|
|
func Exit(code int) {
|
|
return code
|
|
}
|