mirror of
https://github.com/simon987/fastimagehash-go.git
synced 2025-04-19 18:36:46 +00:00
Update fastimagehash.go
This commit is contained in:
parent
b0e9d9b3a7
commit
bee8c91bb5
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user