Files
libmutton/core/exitSoft.go
T

8 lines
76 B
Go

//go:build returnOnExit
package core
func Exit(code int) {
return code
}