From 843aca0afd1f9a6a012f762bc65261982466740a Mon Sep 17 00:00:00 2001 From: Ryan O'Hara-Reid Date: Mon, 14 Mar 2016 06:48:09 +1100 Subject: [PATCH] Added missing quotation --- anxhttp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anxhttp.go b/anxhttp.go index 397ee11c..b5d46f4f 100644 --- a/anxhttp.go +++ b/anxhttp.go @@ -83,7 +83,7 @@ type ANXTicker struct { Vwap ANXTickerComponent `json:"vwap"` Vol ANXTickerComponent `json:"vol"` Last ANXTickerComponent `json:"last"` - Buy ANXTickerComponent `json:buy"` + Buy ANXTickerComponent `json:"buy"` Sell ANXTickerComponent `json:"sell"` Now float64 `json:"now"` UpdateTime float64 `json:"dataUpdateTime"`