Categorygithub.com/djoreilly/libbpfgo-template
modulepackage
0.0.0-20241014102745-8194c46bf323
Repository: https://github.com/djoreilly/libbpfgo-template.git
Documentation: pkg.go.dev

# README

libbpfgo gonew template

Quickly start a new libbpfgo project with this gonew template.

$ go install golang.org/x/tools/cmd/gonew@latest
$ gonew github.com/djoreilly/libbpfgo-template your.domain/myprog

Submodules don't seem to work with gonew, so add it manually:

$ cd myprog
$ git init
$ git submodule add https://github.com/libbpf/libbpf.git

# Structs

No description provided by the author