1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-11-30 08:06:40 +02:00

Update README.md

This commit is contained in:
Asim Aslam 2022-04-07 11:44:47 +01:00 committed by GitHub
parent 664ee31b1a
commit aaca7c27da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,40 +70,25 @@ service.Init()
service.Run()
```
See the [examples](https://github.com/micro/go-micro/tree/master/examples) for detailed information on usage.
## Command Line Interface
See [cmd/micro](https://github.com/asim/go-micro/tree/master/cmd/micro) for the command line interface.
See the [examples](https://github.com/go-micro/examples) for detailed information on usage.
## Code Generation
See [cmd/protoc-gen-micro](https://github.com/micro/go-micro/tree/master/cmd/protoc-gen-micro) for protobuf code generation.
## Dashboard
See [cmd/dashboard](https://github.com/micro/go-micro/tree/master/cmd/dashboard) for go micro dashboard.
## Example Usage
See [examples](https://github.com/micro/go-micro/tree/master/examples) directory for usage examples.
## Plugins
See [plugins](https://github.com/micro/go-micro/tree/master/plugins) directory for all the plugins.
## Services
See [services](https://github.com/micro/go-micro/tree/master/services) directory for third party services.
## Changelogs
See [CHANGELOG.md](https://github.com/micro/go-micro/tree/master/CHANGELOG.md) for release history.
## Community
See [github.com/go-micro](https://github.com/go-micro) for community led projects.
- [Plugins](https://github.com/go-micro/plugins)
- [Examples](https://github.com/go-micro/examples)
- [Dashboard](https://github.com/go-micro/dashboard)
- [CLI](https://github.com/go-micro/cli)
## Changelog
See [CHANGELOG.md](https://github.com/micro/go-micro/tree/master/CHANGELOG.md) for release history.
## License
Go Micro is Apache 2.0 licensed.