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