1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +02:00

docs: README.md (#749)

* update examples
This commit is contained in:
Tony Chen 2021-03-06 00:06:00 +08:00 committed by GitHub
parent 98b5903113
commit 39886e0a0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ kratos proto client api/helloworld/helloworld.proto
# generate server template
kratos proto server api/helloworld/helloworld.proto -t internal/service
# Generate all proto source code, wire, etc.
# generate all proto source code, wire, etc.
go generate ./...
# compile
go build -o ./bin/ ./...
@ -93,7 +93,7 @@ app.Run()
## Related
* [Docs](https://go-kratos.dev/)
* [Examples](https://github.com/go-kratos/examples)
* [Examples](./examples)
* [Service Layout](https://github.com/go-kratos/kratos-layout)
## Community

View File

@ -93,7 +93,7 @@ app.Run()
## Related
* [Docs](https://go-kratos.dev/)
* [Examples](https://github.com/go-kratos/examples)
* [Examples](./examples)
* [Service Layout](https://github.com/go-kratos/kratos-layout)
## Community