gitlab.com/Raven-IO/raven-delve@v1.22.4/pkg/proc/internal/ebpf/dummy.go (about)

     1  //go:build dummy
     2  
     3  // This file is part of a workaround for `go mod vendor` which won't
     4  // vendor C files if there are no Go files in the same directory.
     5  //
     6  // See https://github.com/golang/go/issues/26366
     7  
     8  package ebpf
     9  
    10  import (
    11  	_ "gitlab.com/Raven-IO/raven-delve/pkg/proc/internal/ebpf/bpf"
    12  	_ "gitlab.com/Raven-IO/raven-delve/pkg/proc/internal/ebpf/bpf/include"
    13  )