initial version with fiber and gorm

This commit is contained in:
2023-08-15 11:18:29 -03:00
parent f9c2dcd1d5
commit a47d9727ad
8 changed files with 172 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
package globals
var (
API_VERSION = "1.0.0"
API_RELEASE = ""
)