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

Update README.md (#2762)

This commit is contained in:
Asim Aslam
2025-05-15 16:13:27 +01:00
committed by GitHub
parent b4a87d05f7
commit 7c04b7cfd6

View File

@ -45,10 +45,10 @@ in the plugins repo. State and persistence becomes a core requirement beyond pro
## Getting Started
To make use of Go Micro import it
To make use of Go Micro
```golang
import "go-micro.dev/v5"
go get "go-micro.dev/v5"
```
Create a service and register a handler