mirror of
https://github.com/simon987/fastimagehash-go.git
synced 2025-12-17 08:09:01 +00:00
update example
This commit is contained in:
@@ -11,7 +11,7 @@ for `fastimagehash-go` to compile.
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/simon987/fastimagehash"
|
||||
"github.com/simon987/fastimagehash-go"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fastimagehash"
|
||||
"fmt"
|
||||
"github.com/simon987/fastimagehash-go"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user