wheat-cache/storage/main.go

10 lines
102 B
Go

package main
import (
"gitee.com/wheat-os/wheatCache/storage/cmd"
)
func main() {
cmd.Execute()
}