mirror of
https://github.com/wonli/aqi.git
synced 2026-04-22 23:07:20 +08:00
8 lines
76 B
Cheetah
8 lines
76 B
Cheetah
package main
|
|
|
|
import "{{.PackageName}}/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|