动物哈希:将字符串哈希成动物“狗” >:mouse_face::cat_face::hamster: 源码
动物哈希 返回唯一的动物字符串的哈希值 用法 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 )) }
文件列表
animal-hash-master.zip
(预估有个5文件)
animal-hash-master
animal-hash
hash.go
485B
animals.go
1KB
main.go
174B
README.md
328B
go.mod
48B
暂无评论