An open API service indexing awesome lists of open source software.

https://github.com/mizzy/ebpf-go-playground


https://github.com/mizzy/ebpf-go-playground

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# ebpf-go-playground

This is a playground to try https://ebpf-go.dev/guides/getting-started/ .

Run `vagrant up` and:

```shell
$ cd /vagrant
$ go generate && go build && sudo ./ebpf-go-playground
```