diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-07-04 13:13:23 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-07-05 17:02:06 +0530 |
commit | e2f67996a608346ea3f3525ef2febf6ca5d2b78c (patch) | |
tree | 932f766b65ed5a6ff3d57c772292a2b75210d9aa /bpf/gen.go | |
parent | e309091d17720b69c53172a41c0ea45ad7b66911 (diff) |
refactor: drop http api, move to sqlc/postgresql
Diffstat (limited to 'bpf/gen.go')
-rw-r--r-- | bpf/gen.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bpf/gen.go b/bpf/gen.go new file mode 100644 index 0000000..ff585db --- /dev/null +++ b/bpf/gen.go @@ -0,0 +1,3 @@ +package bpf + +//go:generate go run github.com/cilium/ebpf/cmd/bpf2go -target bpfel bpf bpf_usage.c |