diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-07-07 18:21:59 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-07-07 18:21:59 +0530 |
commit | 3da7837e2e51763b00b2f7af80973b2d5d61933d (patch) | |
tree | 4f585a9803365e6c00c0e61a8921b69b8b9e794e /cmd | |
parent | e0f32fb48caf9397ac87fdd6c6597d888f9a8a40 (diff) |
usage -> bpf/usage
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/main.go b/cmd/main.go index db9cc13..5c58d44 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -12,7 +12,7 @@ import ( "sinanmohd.com/redq/api" "sinanmohd.com/redq/db" "sinanmohd.com/redq/dns" - "sinanmohd.com/redq/usage" + "sinanmohd.com/redq/bpf/usage" ) func main() { |