mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
dfc1b0cd51
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
9 lines
320 B
Go
9 lines
320 B
Go
// Package btf handles data encoded according to the BPF Type Format.
|
|
//
|
|
// The canonical documentation lives in the Linux kernel repository and is
|
|
// available at https://www.kernel.org/doc/html/latest/bpf/btf.html
|
|
//
|
|
// The API is very much unstable. You should only use this via the main
|
|
// ebpf library.
|
|
package btf
|