动物哈希 返回唯一的动物字符串的哈希值 用法 package main import ( "fmt" animalhash "github.com/foxyblue/animal-hash/animal-hash" ) func main () { // Output: :mouse_face::cat_face::hamster: fmt . Println ( animalhash . Hash ( "dog" , 23 )) }