delve/pkg/proc/native/support_sentinel.go
2023-10-03 08:50:11 -07:00

6 lines
189 B
Go

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