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 {
Size int
Bytes []byte
Size int `json:"size"`
Bytes []byte `json:"bytes"`
}
type MultiHash struct {