- 授权协议: MIT
- 开发语言: Google Go
- 操作系统: 跨平台
- 软件首页: https://github.com/nats-io/nuid
- 软件文档: https://github.com/nats-io/nuid
软件介绍
NUID 是一个高性能的唯一标识生成库,使用 GO 语言开发。
示例代码:
// Utilize the global locked instance nuid := nuid.Next() // Create an instance, these are not locked. n := nuid.New() nuid = n.Next() // Generate a new crypto/rand seeded prefix. // Generally not needed, happens automatically. n.RandomizePrefix()
The Hard Thing About Hard Things
Ben Horowitz / HarperBusiness / 2014-3-4 / USD 29.99
Ben Horowitz, cofounder of Andreessen Horowitz and one of Silicon Valley's most respected and experienced entrepreneurs, offers essential advice on building and running a startup—practical wisdom for ......一起来看看 《The Hard Thing About Hard Things》 这本书的介绍吧!
