mirror of
https://github.com/taigrr/colorhash.git
synced 2026-04-02 03:08:48 -07:00
use fnv instead of md5
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
go_colorhash "github.com/taigrr/go-colorhash"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
x := go_colorhash.HashString("asdasd")
|
||||
fmt.Println(x)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user