github.com/cilium/ebpf@v0.16.0/cmd/bpf2go/internal/module.go (about)

     1  package internal
     2  
     3  // We used to have some clever code here which relied on debug.ReadBuildInfo().
     4  // This is broken due to https://github.com/golang/go/issues/33976, and some build
     5  // systems like bazel also do not generate the necessary data. Let's keep it
     6  // simple instead.
     7  
     8  // The module containing the code in this repository.
     9  const CurrentModule = "github.com/cilium/ebpf"