Fix GoReport issues

This commit is contained in:
Adrian Gallagher
2018-03-01 16:17:59 +11:00
parent 966cfc7512
commit c0ccc901dc
17 changed files with 50 additions and 51 deletions

View File

@@ -44,7 +44,7 @@ type PairSettings struct {
MinAmount float64 `json:"min_amount,string"`
}
// AuthResponse stores the auth reponse
// AuthResponse stores the auth response
type AuthResponse struct {
Result bool `json:"bool"`
Error string `json:"error"`