Update fastimagehash.go

This commit is contained in:
simon987 2020-04-12 13:49:12 -04:00 committed by GitHub
parent b0e9d9b3a7
commit bee8c91bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {