File: module.go

package info (click to toggle)
golang-github-cilium-ebpf 0.17.3%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 4,684 kB
  • sloc: ansic: 1,259; makefile: 127; python: 113; awk: 29; sh: 24
file content (9 lines) | stat: -rw-r--r-- 379 bytes parent folder | download
1
2
3
4
5
6
7
8
9
package internal

// We used to have some clever code here which relied on debug.ReadBuildInfo().
// This is broken due to https://github.com/golang/go/issues/33976, and some build
// systems like bazel also do not generate the necessary data. Let's keep it
// simple instead.

// The module containing the code in this repository.
const CurrentModule = "github.com/cilium/ebpf"