🎨 Update project structure

This commit is contained in:
2024-06-16 23:24:54 +08:00
parent a1aa418496
commit 05a59113c9
28 changed files with 63 additions and 27 deletions

5
pkg/internal/meta.go Normal file
View File

@@ -0,0 +1,5 @@
package pkg
const (
AppVersion = "1.0.0"
)