Exemplo n.º 1
0
func NewSetup() *setup {
	var result = new(setup)
	result.name = chipset.RandIndentifier(8)
	result.SetDefaults()

	return result
}
Exemplo n.º 2
0
func init() {
	setupid = chipset.RandIndentifier(8)
}