gofmt no longer automatic on save... will investigate
This commit is contained in:
parent
e454d63249
commit
219f1df6e5
1 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,6 @@ package client_protocol
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type BasicResponse struct {
|
type BasicResponse struct {
|
||||||
|
@ -11,5 +10,5 @@ type BasicResponse struct {
|
||||||
ErrorType string
|
ErrorType string
|
||||||
Error json.RawMessage
|
Error json.RawMessage
|
||||||
Data json.RawMessage
|
Data json.RawMessage
|
||||||
Account string
|
Account string
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue