https://github.com/tx7do/go-micro-example
https://github.com/tx7do/go-micro-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tx7do/go-micro-example
- Owner: tx7do
- License: mit
- Created: 2025-03-02T06:23:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T13:33:28.000Z (over 1 year ago)
- Last Synced: 2025-03-03T14:23:03.621Z (over 1 year ago)
- Language: Go
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-micro-example
## install lib
```shell
go get go-micro.dev/v5
```
## install cli
```shell
go install github.com/micro/micro/v5/cmd/micro@latest
```