mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-09-01 06:46:38 -04:00
Rename "backend" package to "core"
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//go:build returnOnExit
|
||||
|
||||
package core
|
||||
|
||||
func Exit(code int) {
|
||||
return code
|
||||
}
|
||||
Reference in New Issue
Block a user