feat: initial commit

This commit is contained in:
Guz
2024-12-11 19:52:14 -03:00
commit 6b03358ed7
30 changed files with 1400 additions and 0 deletions

8
configs/configs.go Normal file
View File

@@ -0,0 +1,8 @@
package configs
const (
APP_NAME = "Keiko's work"
APP_VERSION = "0.0.0"
)
var DEVELOPMENT = false