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

View File

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