gofmt no longer automatic on save... will investigate

This commit is contained in:
finn 2022-01-17 18:16:56 -08:00
parent e454d63249
commit 219f1df6e5

View file

@ -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
}