unused type
This commit is contained in:
parent
605afd1d6c
commit
d7a4b34d8c
1 changed files with 3 additions and 3 deletions
|
@ -370,9 +370,9 @@ func BlobHash(blob []byte) string {
|
|||
return hex.EncodeToString(hashBytes[:])
|
||||
}
|
||||
|
||||
type errorResponse struct {
|
||||
Error string `json:"error"`
|
||||
}
|
||||
//type errorResponse struct {
|
||||
// Error string `json:"error"`
|
||||
//}
|
||||
|
||||
type handshakeRequestResponse struct {
|
||||
Version int `json:"version"`
|
||||
|
|
Loading…
Add table
Reference in a new issue