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/internal/linux | Package linux contains OS specific wrappers around package unix. |
github.com/cilium/ebpf/internal/sys | Package sys contains bindings for the BPF syscall. |
github.com/cilium/ebpf/internal/unix | Package unix re-exports Linux specific parts of golang.org/x/sys/unix. |
github.com/cilium/ebpf/link | Package link allows attaching eBPF programs to various kernel hooks. |
io/fs | Package fs defines basic interfaces to a file system. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |