eBPF loader library

Hi all,

I have been working on GoBPFLD for the last 6 months. It is an eBPF(extended Berkeley Packet Filter) loader library, which likely won’t mean very much to many of you, though I encourage everyone to look it up. In short eBPF is a tool/subsystem in the linux kernel which allow you to inject custom code into the kernel and do all sorts of cool stuff(tcpdump uses it for example to filter for packets you actually want to see).

I am looking for some constructive feedback on the project. I would appreciate a code review if anyone can spare the time, but feedback on the docs or the readme is also very much appreciated.