diff --git a/fastimagehash.go b/fastimagehash.go index 8c45edb..92bfce2 100644 --- a/fastimagehash.go +++ b/fastimagehash.go @@ -90,8 +90,8 @@ const ( ) type Hash struct { - Size int - Bytes []byte + Size int `json:"size"` + Bytes []byte `json:"bytes"` } type MultiHash struct {