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. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/signal | Package signal implements access to incoming signals. |
time | Package time provides functionality for measuring and displaying time. |