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

Update README.md (#2647)

This commit is contained in:
Asim Aslam
2023-07-16 12:02:53 +01:00
committed by GitHub
parent 416f65e814
commit 8a3a98a8b8

View File

@ -99,7 +99,7 @@ Optionally set fixed address
```golang
service := micro.NewService(
// set address
micro.Handle(":8080"),
micro.Address(":8080"),
)
```