Files
pcap-broke/cmd
Yun Zheng Hu 8f69ce3a49 Make pcap-broker go installable (#8)
This mainly adds a main.go file in the project root so it's easier to
install pcap-broker using `go install`:

    $ go install github.com/fox-it/pcap-broker@latest

Or install the main branch:

    $ go install github.com/fox-it/pcap-broker@main
2024-10-04 17:26:35 +02:00
..