docs: format markdown and add go mod in demo (#155)

This commit is contained in:
maiyang
2020-10-22 22:24:35 +08:00
committed by GitHub
parent cf33aae91d
commit 91bfc093f4
2 changed files with 63 additions and 56 deletions

View File

@@ -164,6 +164,8 @@ go get -u github.com/tal-tech/go-zero
```shell
cd greet
go mod init
go mod tidy
go run greet.go -f etc/greet-api.yaml
```