Rostislav
Results
1
comments of
Rostislav
@aemet93 type JSONRpcResp struct { Id json.RawMessage `json:"id"` Version string `json:"jsonrpc,omitempty"` Result interface{} `json:"result"` Error interface{} `json:"error,omitempty"` } delete omitempty in Error type JSONRpcResp struct { Id json.RawMessage `json:"id"` Version...