Exemplo n.º 1
0
Arquivo: id.go Projeto: hycxa/gommo
func GenerateNID() NID {
	return NID(ext.RandomUint64())
}
Exemplo n.º 2
0
Arquivo: id.go Projeto: hycxa/gommo
func GeneratePID() PID {
	return PID(ext.RandomUint64())
}