diff options
Diffstat (limited to 'vendor/github.com/cilium/ebpf/internal/btf/doc.go')
-rw-r--r-- | vendor/github.com/cilium/ebpf/internal/btf/doc.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vendor/github.com/cilium/ebpf/internal/btf/doc.go b/vendor/github.com/cilium/ebpf/internal/btf/doc.go deleted file mode 100644 index ad2576cb2..000000000 --- a/vendor/github.com/cilium/ebpf/internal/btf/doc.go +++ /dev/null @@ -1,8 +0,0 @@ -// 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 |