github.com/cnboonhan/delve@v0.0.0-20230908061759-363f2388c2fb/pkg/proc/native/support_sentinel_windows.go (about) 1 // This file is used to detect build on unsupported GOOS/GOARCH combinations. 2 3 //go:build windows && !amd64 && !(arm64 && exp.winarm64) 4 // +build windows 5 // +build !amd64 6 // +build !arm64 !exp.winarm64 7 8 package your_windows_architecture_is_not_supported_by_delve