github.com/cnboonhan/delve@v0.0.0-20230908061759-363f2388c2fb/pkg/proc/native/support_sentinel.go (about)

     1  // This file is used to detect build on unsupported GOOS/GOARCH combinations.
     2  
     3  //go:build !linux && !darwin && !windows && !freebsd
     4  // +build !linux,!darwin,!windows,!freebsd
     5  
     6  package your_operating_system_is_not_supported_by_delve