1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-30 10:10:44 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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