bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
errors | Package errors implements functions to manipulate errors. |
github.com/cilium/ebpf/link | Package link allows attaching eBPF programs to various kernel hooks. |
github.com/cilium/ebpf/ringbuf | Package ringbuf allows interacting with Linux BPF ring buffer. |
github.com/cilium/ebpf/rlimit | Package rlimit allows raising RLIMIT_MEMLOCK if necessary for the use of BPF. |
golang.org/x/sys/unix | |
log | Package log implements a simple logging package. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/signal | Package signal implements access to incoming signals. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |