bytes | Package bytes implements functions for the manipulation of byte slices. |
embed | Package embed provides access to files embedded in the running Go program. |
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/rlimit | Package rlimit allows raising RLIMIT_MEMLOCK if necessary for the use of BPF. |
io | Package io provides basic interfaces to I/O primitives. |
log | Package log implements a simple logging package. |
time | Package time provides functionality for measuring and displaying time. |