moniker:Go库,用于生成异想天开的名称

时间:2021-05-10 09:16:44
【文件属性】:
文件名称:moniker:Go库,用于生成异想天开的名称
文件大小:10KB
文件格式:ZIP
更新时间:2021-05-10 09:16:44
Go Moniker:生成可爱的随机名称 Monicker是一个很小的Go库,用于自动命名事物。 $ for i in [ 1 2 3 4 5 ] ; do go run _example/namer.go ; done Your name is "eating iguana" Your name is "old whale" Your name is "wrinkled lion" Your name is "wintering skunk" Your name is "kneeling giraffe" Your name is "icy hummingbird" Your name is "wizened guppy" 图书馆使用 在您的代码中轻松使用Moniker。 这是上面工具背后的完整代码: package main import ( "fmt" "github.com/t
【文件预览】:
moniker-master
----moniker.go(1KB)
----_example()
--------namer.go(148B)
----descriptors_list.go(5KB)
----moniker_test.go(311B)
----animals.txt(2KB)
----descriptors.txt(3KB)
----animals_list.go(3KB)
----words.go(77B)
----Makefile(285B)
----README.md(1KB)
----LICENSE.txt(1KB)
----_generator()
--------to_list.go(1KB)

网友评论