6 lines
217 B
Go
6 lines
217 B
Go
//go:build linux && !amd64 && !arm64 && !386 && !(ppc64le && exp.linuxppc64le)
|
|
|
|
// This file is used to detect build on unsupported GOOS/GOARCH combinations.
|
|
|
|
package your_linux_architecture_is_not_supported_by_delve
|