elastic / apm-agent-go

https://www.elastic.co/guide/en/apm/agent/go/current/index.html
Apache License 2.0
422 stars 197 forks source link

feat: add extra goos support #1646

Closed kruskall closed 2 months ago

kruskall commented 2 months ago

syscall.Errno is not available is some GOOS causing compile errors

Move syscall specific code to separate file behind build tags making it future proof and adding support for all goos supported by the go runtime

delete go120_test since we require go 1.21+