Update fastimagehash.go

This commit is contained in:
2020-04-12 13:49:12 -04:00
committed by GitHub
parent b0e9d9b3a7
commit bee8c91bb5

View File

@@ -90,8 +90,8 @@ const (
) )
type Hash struct { type Hash struct {
Size int Size int `json:"size"`
Bytes []byte Bytes []byte `json:"bytes"`
} }
type MultiHash struct { type MultiHash struct {