bytes | Package bytes implements functions for the manipulation of byte slices. |
embed | Package embed provides access to files embedded in the running Go program. |
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. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/cilium/ebpf | Package ebpf is a toolkit for working with eBPF programs. |
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 | Package unix contains an interface to the low-level operating system primitives. |
io | Package io provides basic interfaces to I/O primitives. |
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. |