func net.ParseMAC

3 uses

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

	github.com/jackc/pgx/v5/pgtype
		macaddr.go#L62: 	addr, err := net.ParseMAC(t.String)
		macaddr.go#L137: 	addr, err := net.ParseMAC(string(src))