File: support_sentinel.go

package info (click to toggle)
delve 1.26.0-2
  • links: PTS, VCS
  • area: main
  • in suites: 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-- 189 bytes parent folder | download | duplicates (3)
1
2
3
4
5
//go:build !linux && !darwin && !windows && !freebsd

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

package your_operating_system_is_not_supported_by_delve