1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-11-23 21:44:41 +02:00

Remove Command Line section from README

Removed command line section from README.
This commit is contained in:
Asim Aslam
2025-10-14 10:33:20 +01:00
committed by GitHub
parent 7a9c445321
commit 26adf49e55

View File

@@ -106,12 +106,6 @@ curl -XPOST \
http://localhost:8080
```
## Command Line
Once you've written a service you'll want to run, query and manage it, code generate protobuf.
This is where the [micro](https://github.com/micro/micro) CLI comes in. Check it out.
## Experimental
There's a new `genai` package for generative AI capabilities.