Skip to content

Commit

Permalink
Merge pull request #33 from bootun/quickstart
Browse files Browse the repository at this point in the history
doc: migrate the article as QuickStart to maintenance
  • Loading branch information
GrantZheng authored Feb 12, 2022
2 parents 30e86fc + ce4ae62 commit 24e058e
Show file tree
Hide file tree
Showing 4 changed files with 696 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ go get -u github.com/GrantZheng/kit
kit help
```

Also read this [medium story](https://medium.com/@kujtimii.h/creating-a-todo-app-using-gokit-cli-20f066a58e1)
Also read this [medium story](docs/qiuck-start/creating_a_todo_app_using_gokit-cli.md)
# Create a new service
The kit tool use [Go Module](https://go.dev/doc/modules/managing-dependencies) to manage dependencies by default, please make sure your go version >= 1.3, or
GO111MODULE is set on. If you want to specify the module name, you should use the --module flag, otherwise, the module name in the go.mod file will be set as your project name.
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ go get -u github.com/GrantZheng/kit
kit help
```

或查看[这篇文章](https://medium.com/@kujtimii.h/creating-a-todo-app-using-gokit-cli-20f066a58e1)
或查看[这篇文章](docs/qiuck-start/creating_a_todo_app_using_gokit-cli.md)
# Create a new service
`gokit cli`默认使用[Go Module](https://go.dev/doc/modules/managing-dependencies)来管理依赖,请确保你的Go版本 >= 1.3, 或启用GO111MODULE. 如果你想指定module名, 你可以使用 `--module` 选项, 否则 `go.mod`里的模组名将被设置为项目名.
```bash
Expand Down
Loading

0 comments on commit 24e058e

Please sign in to comment.