package main
import (
"github.com/Lutwidse/EightBit"
"fmt"
)
func main() {
btc := EightBit.Get_btc_jpy()
fmt.Println(btc.Sell)
fmt.Println(btc.Buy)
fmt.Println(btc.High)
fmt.Println(btc.Low)
fmt.Println(btc.Last)
fmt.Println(btc.Vol)
fmt.Println(btc.Timestamp)
}
-
Notifications
You must be signed in to change notification settings - Fork 0
A BitBank Public API wrapper for the Go Programming Language
License
lutwidse/EightBit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A BitBank Public API wrapper for the Go Programming Language
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published