Shipping Go program that uses /google/gopacket/pcap

Hi! I am shipping a Go program that uses the gopacket library, and I am wondering how I can ship to Mac? For Windows devices WinPcap is required, which is easy to ship alongside the program since it’s got a graphical installer. But how can I make this work for Mac?

Is it possible to bundle the libpcap dynamic libraries with the Go binary, perhaps?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.