1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-08-10 21:52:01 +02:00

Update README.md

This commit is contained in:
Asim Aslam
2021-09-22 14:43:37 +01:00
committed by GitHub
parent bca9ab165d
commit 9d7131a512

View File

@@ -94,6 +94,11 @@ func main() {
To: "GBP",
})
// {
// "from": "USD",
// "to": "GBP",
// "rate": 0.7104
// }
fmt.Println(rsp, err)
}
```