mirror of
https://github.com/go-micro/go-micro.git
synced 2025-08-04 21:42:57 +02:00
@ -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`
|
||||
|
Reference in New Issue
Block a user