mirror of
https://github.com/simon987/fastimagehash-go.git
synced 2025-12-12 05:58:49 +00:00
Update fastimagehash.go
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user