1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-05-31 21:59:42 +02:00

Update README.md

This commit is contained in:
Asim Aslam 2025-05-07 19:39:11 +01:00 committed by GitHub
parent f9d08a14f3
commit 01b8394c81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,6 +91,7 @@ Set a fixed address
```golang
service := micro.NewService(
micro.Name("helloworld"),
micro.Address(":8080"),
)
```