wheat-cache/gateway/main.go

8 lines
97 B
Go
Raw Normal View History

2021-09-29 21:43:59 +08:00
package main
2021-11-02 14:45:08 +08:00
import "gitee.com/wheat-os/wheatCache/gateway/cmd"
2021-09-29 21:43:59 +08:00
func main() {
cmd.Execute()
}