Rename "backend" package to "core"

This commit is contained in:
2024-08-08 16:49:34 -04:00
parent ba4f7f2340
commit c83a3aa018
25 changed files with 109 additions and 107 deletions
+7
View File
@@ -0,0 +1,7 @@
//go:build returnOnExit
package core
func Exit(code int) {
return code
}