mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-28 21:06:39 -04:00
8 lines
79 B
Go
8 lines
79 B
Go
//go:build returnOnExit
|
|
|
|
package backend
|
|
|
|
func Exit(code int) {
|
|
return code
|
|
}
|