mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![Akihiro Suda](/assets/img/avatar_default.png)
Changes: 44306b6a1d...318312a373
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
8 lines
320 B
Go
8 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
|