delve/pkg/proc/native/support_sentinel.go

6 lines
189 B
Go
Raw Normal View History

//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