Roger Dwan

Results 1 issues of Roger Dwan

Code in file macaddr.go ``` switch value := src.(type) { case net.HardwareAddr: // need to check if the len(value) is 0, otherwise, it want be able to insert null value...