Skip to content

Commit

Permalink
Update galaktaglare.go
Browse files Browse the repository at this point in the history
  • Loading branch information
simplyYan authored Apr 11, 2024
1 parent c5bdbb5 commit bbfb746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/galaktaglare.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (gg *GalaktaGlare) ImageDB(folderPath string) error {
return nil
}

func (gg *GalaktaGlare) dHash(img image.Image) (uint64, error) {
func dHash(img image.Image) (uint64, error) {
hash, err := goimagehash.DifferenceHash(img)
if err != nil {
return 0, err
Expand Down

0 comments on commit bbfb746

Please sign in to comment.