first commit

This commit is contained in:
Aurélie Delhaie
2022-05-08 14:08:27 +02:00
commit b20a53cc48
19 changed files with 611 additions and 0 deletions

5
constant/constant.go Normal file
View File

@@ -0,0 +1,5 @@
package constant
const Version = "1.0.0"
const ApiVersion = 1