mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
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
|