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 (
|
||||
"encoding/json"
|
||||
|
||||
)
|
||||
|
||||
type BasicResponse struct {
|
||||
|
@ -11,5 +10,5 @@ type BasicResponse struct {
|
|||
ErrorType string
|
||||
Error json.RawMessage
|
||||
Data json.RawMessage
|
||||
Account string
|
||||
}
|
||||
Account string
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue