Files
libmutton/backend/exitSoft.go
T

8 lines
79 B
Go

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