github.com/cnboonhan/delve@v0.0.0-20230908061759-363f2388c2fb/pkg/proc/native/support_sentinel_freebsd.go (about) 1 // This file is used to detect build on unsupported GOOS/GOARCH combinations. 2 3 //go:build freebsd && !amd64 4 // +build freebsd,!amd64 5 6 package your_freebsd_architecture_is_not_supported_by_delve