File: support_sentinel_windows.go

package info (click to toggle)
delve 1.26.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,136 kB
  • sloc: ansic: 111,947; sh: 194; asm: 147; makefile: 43; python: 23
file content (5 lines) | stat: -rw-r--r-- 179 bytes parent folder | download
1
2
3
4
5
//go:build windows && !amd64 && !arm64

// This file is used to detect build on unsupported GOOS/GOARCH combinations.

package your_windows_architecture_is_not_supported_by_delve