Initialize commit

This commit is contained in:
hiifong
2025-03-16 00:21:29 +08:00
commit 2dd4aa94ad
14 changed files with 472 additions and 0 deletions

9
pkg/flag/flag.go Normal file
View File

@@ -0,0 +1,9 @@
package flag
var (
Host string
Token string
Version string
Debug bool
)