1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-07-12 22:41:07 +02:00

Update README.md (#2635)

This commit is contained in:
clearcode
2023-05-07 03:39:24 +08:00
committed by GitHub
parent 67d48b205e
commit 8020303017

View File

@ -56,7 +56,7 @@ Go Micro abstracts away the details of distributed systems. Here are the main fe
To make use of Go Micro import it
```golang
import "go-micro.dev/v4
import "go-micro.dev/v4"
```
Define a handler (protobuf is optionally supported - see [example](https://github.com/go-micro/examples/blob/main/helloworld/main.go))