Skip to content

quickstart

guolei edited this page May 31, 2024 · 2 revisions

Getting Started

快速创建一个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 的规范。

下一步

Clone this wiki locally