Imports of package features

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/cilium/ebpfPackage ebpf is a toolkit for working with eBPF programs.
github.com/cilium/ebpf/asmPackage asm is an assembler for eBPF bytecode.
github.com/cilium/ebpf/btfPackage btf handles data encoded according to the BPF Type Format.
github.com/cilium/ebpf/internal
github.com/cilium/ebpf/internal/linuxPackage linux contains OS specific wrappers around package unix.
github.com/cilium/ebpf/internal/sysPackage sys contains bindings for the BPF syscall.
github.com/cilium/ebpf/internal/unixPackage unix re-exports Linux specific parts of golang.org/x/sys/unix.
osPackage os provides a platform-independent interface to operating system functionality.
slicesPackage slices defines various functions useful with slices of any type.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
unsafePackage unsafe contains operations that step around the type safety of Go programs.