1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-14 02:33:03 +02:00

fix: add 'go mod tidy' cmd to make quick-start available (#1973)

Signed-off-by: vgjm <vgjm456@qq.com>
This commit is contained in:
Jinming Guo 2022-05-11 13:42:29 +08:00 committed by GitHub
parent 36dfcdb0a6
commit bc9d2074af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,7 @@ go install github.com/go-kratos/kratos/cmd/kratos/v2@latest && kratos upgrade
```shell
kratos new helloworld
cd helloworld/ && go mod tidy
kratos run
```