mirror of
https://github.com/simon-ding/polaris.git
synced 2026-05-28 05:27:41 +08:00
fix: main entry
This commit is contained in:
7
cmd/polaris/polaris.go
Normal file
7
cmd/polaris/polaris.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "polaris/cmd"
|
||||
|
||||
func main() {
|
||||
cmd.Start()
|
||||
}
|
||||
Reference in New Issue
Block a user