1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-08-04 21:42:57 +02:00
* minor getting started typo
This commit is contained in:
Asim Aslam
2025-05-21 10:59:04 +01:00
committed by GitHub
parent 5a409f2607
commit 11b7eb0727

View File

@ -14,7 +14,7 @@ This is a basic example of how you'd create a service and register a handler in
mkdir helloworld
cd helloworld
go mod init
go get go-micro.dev/v5@latest"
go get go-micro.dev/v5@latest
```
Write the following into `main.go`