fix: main entry

This commit is contained in:
Simon Ding
2025-04-09 11:40:18 +08:00
parent 9eb8278f78
commit eabb39df02
4 changed files with 23 additions and 7 deletions

7
cmd/polaris/polaris.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "polaris/cmd"
func main() {
cmd.Start()
}