diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-16 22:06:58 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-16 22:06:58 +0200 |
| commit | 7cae9d4881019c4676d7cbe2e5f638c2c28ba763 (patch) | |
| tree | ef841ef0cac3edf16ccad5f1cb5e848f99daebec /internal/ior.go | |
| parent | 3ebafeb4dec7c5029cc42e0f9ea38f84691b5453 (diff) | |
refactor directories
Diffstat (limited to 'internal/ior.go')
| -rw-r--r-- | internal/ior.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/ior.go b/internal/ior.go index 361c8b6..0de3636 100644 --- a/internal/ior.go +++ b/internal/ior.go @@ -12,7 +12,7 @@ import ( "time" "ior/internal/flags" - "ior/internal/generated/tracepoints" + "ior/internal/tracepoints" bpf "github.com/aquasecurity/libbpfgo" ) |
