func net.ParseMAC

3 uses

	net (current package)
		mac.go#L38: func ParseMAC(s string) (hw HardwareAddr, err error) {

	github.com/jackc/pgtype
		macaddr.go#L33: 		addr, err := net.ParseMAC(value)
		macaddr.go#L101: 	addr, err := net.ParseMAC(string(src))