package main import ( "fmt" "github.com/taigrr/colorhash" ) func main() { x := colorhash.HashString("asdasd") fmt.Println(x) }