1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-06-12 22:07:47 +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 ```golang
service := micro.NewService( service := micro.NewService(
micro.Name("helloworld"),
micro.Address(":8080"), micro.Address(":8080"),
) )
``` ```