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