-
Notifications
You must be signed in to change notification settings - Fork 4
quickstart
guolei edited this page May 31, 2024
·
2 revisions
快速创建一个moke-kit 的项目。
- 安装 gonew
go install golang.org/x/tools/cmd/gonew@latest
# 修改 your.domain/myprog 为你的项目名
gonew github.com/gstones/moke-layout your.domain/myprog
moke-kit目录遵循 https://github.com/golang-standards/project-layout 的规范。