mirror of
https://github.com/kevin-DL/m3o-go.git
synced 2026-01-21 22:45:06 +00:00
Commit from m3o/m3o action
This commit is contained in:
@@ -29,6 +29,7 @@ func GetCryptocurrencyNews() {
|
||||
|
||||
})
|
||||
fmt.Println(rsp, err)
|
||||
|
||||
}
|
||||
```
|
||||
## Price
|
||||
@@ -56,6 +57,7 @@ func GetCryptocurrencyPrice() {
|
||||
|
||||
})
|
||||
fmt.Println(rsp, err)
|
||||
|
||||
}
|
||||
```
|
||||
## Quote
|
||||
@@ -83,6 +85,7 @@ func GetAcryptocurrencyQuote() {
|
||||
|
||||
})
|
||||
fmt.Println(rsp, err)
|
||||
|
||||
}
|
||||
```
|
||||
## History
|
||||
@@ -110,5 +113,6 @@ func GetPreviousClose() {
|
||||
|
||||
})
|
||||
fmt.Println(rsp, err)
|
||||
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user