func NewSetup() *setup { var result = new(setup) result.name = chipset.RandIndentifier(8) result.SetDefaults() return result }
func init() { setupid = chipset.RandIndentifier(8) }