package drivers type Drivers []Driver type Driver interface { NewArtNetDriver(string) AddAddress() } //func Add