mirror of
https://github.com/simon987/fastimagehash-go.git
synced 2025-04-10 06:06:44 +00:00
Update fastimagehash.go
This commit is contained in:
parent
b0e9d9b3a7
commit
bee8c91bb5
@ -90,8 +90,8 @@ const (
|
||||
)
|
||||
|
||||
type Hash struct {
|
||||
Size int
|
||||
Bytes []byte
|
||||
Size int `json:"size"`
|
||||
Bytes []byte `json:"bytes"`
|
||||
}
|
||||
|
||||
type MultiHash struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user