diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-11 22:35:06 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-11 22:35:06 +0200 |
| commit | 23a5ca9d0782e658188fd568fc3d3aa2b828bc45 (patch) | |
| tree | c04e2d012af37e95a64370b3463a9d7d717fa431 | |
| parent | fe024ec9fc47b96b5cc9b3301ebf311510568fda (diff) | |
move go cmd to cmd/ioriotng
| -rwxr-xr-x | clean.sh | 3 | ||||
| -rw-r--r-- | cmd/ioriotng/main.go (renamed from main.go) | 0 | ||||
| -rw-r--r-- | internal/opids.go (renamed from opids.go) | 0 |
3 files changed, 3 insertions, 0 deletions
@@ -4,3 +4,6 @@ set -xeuf -o pipefail find . -name ioriotng -exec rm -v {} \; find . -name \*.o -exec rm -v {} \; +if [ -f internal/vmlinux.h ]; then + rm -v internal/vmlinux.h +fi diff --git a/main.go b/cmd/ioriotng/main.go index 54b3c85..54b3c85 100644 --- a/main.go +++ b/cmd/ioriotng/main.go diff --git a/opids.go b/internal/opids.go index eda15fd..eda15fd 100644 --- a/opids.go +++ b/internal/opids.go |
