https://github.com/mstmdev/ebpf-demo
https://github.com/mstmdev/ebpf-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mstmdev/ebpf-demo
- Owner: mstmdev
- License: apache-2.0
- Created: 2024-01-25T07:44:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T00:58:05.000Z (over 1 year ago)
- Last Synced: 2024-08-02T02:05:29.107Z (over 1 year ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ebpf-demo
### Build
```bash
go generate ./...
go build -v ./...
```