From bee8c91bb52edbf0397ebeedf7efca7f81a8f2c1 Mon Sep 17 00:00:00 2001 From: simon987 Date: Sun, 12 Apr 2020 13:49:12 -0400 Subject: [PATCH] Update fastimagehash.go --- fastimagehash.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {