gitlab.com/Raven-IO/raven-delve@v1.22.4/pkg/proc/native/support_sentinel_linux.go (about)

     1  //go:build linux && !amd64 && !arm64 && !386 && !(ppc64le && exp.linuxppc64le)
     2  
     3  // This file is used to detect build on unsupported GOOS/GOARCH combinations.
     4  
     5  package your_linux_architecture_is_not_supported_by_delve