mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-28 16:01:18 -05:00
Bumps [github.com/KimMachineGun/automemlimit](https://github.com/KimMachineGun/automemlimit) from 0.2.4 to 0.2.6. - [Commits](https://github.com/KimMachineGun/automemlimit/compare/v0.2.4...v0.2.6) --- updated-dependencies: - dependency-name: github.com/KimMachineGun/automemlimit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
6 lines
228 B
Go
6 lines
228 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
|
|
package btf
|