wheat-cache/storage/main.go

10 lines
102 B
Go
Raw Normal View History

2021-08-14 23:21:40 +08:00
package main
2021-09-05 15:00:39 +08:00
import (
2021-11-02 14:45:08 +08:00
"gitee.com/wheat-os/wheatCache/storage/cmd"
2021-09-05 15:00:39 +08:00
)
2021-08-14 23:21:40 +08:00
func main() {
cmd.Execute()
}