1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-07-12 22:41:07 +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

View File

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