package main import ( pcap_broker "github.com/fox-it/pcap-broker/cmd/pcap-broker" ) func main() { pcap_broker.Main() }