This website requires JavaScript.
Explore
Help
Sign In
p93542168
/
wheat-cache
Watch
1
Star
0
Fork
You've already forked wheat-cache
1
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
a1fa8b22de
wheat-cache
/
storage
/
main.go
10 lines
102 B
Go
Raw
Normal View
History
Unescape
Escape
feat(storage): init mod
2021-08-14 23:21:40 +08:00
package
main
chore(storage): del init conf
2021-09-05 15:00:39 +08:00
import
(
refactor(mod): gitee.com/wheat-os
2021-11-02 14:45:08 +08:00
"gitee.com/wheat-os/wheatCache/storage/cmd"
chore(storage): del init conf
2021-09-05 15:00:39 +08:00
)
feat(storage): init mod
2021-08-14 23:21:40 +08:00
func
main
(
)
{
cmd
.
Execute
(
)
}