feat: init commit

This commit is contained in:
krau
2024-10-10 23:31:01 +08:00
commit 1cbcebc148
31 changed files with 1673 additions and 0 deletions

5
common/common.go Normal file
View File

@@ -0,0 +1,5 @@
package common
func Init() {
initClient()
}