🎉 start project

This commit is contained in:
loveuer
2024-09-25 22:29:13 +08:00
commit 2920e819ec
31 changed files with 2150 additions and 0 deletions

5
internal/opt/var.go Normal file
View File

@ -0,0 +1,5 @@
package opt
var (
Debug bool
)