github.com/undoio/delve@v1.9.0/pkg/proc/macutil/rosetta_other.go (about) 1 //go:build !darwin 2 // +build !darwin 3 4 package macutil 5 6 // CheckRosetta returns an error if the calling process is being translated 7 // by Apple Rosetta. 8 func CheckRosetta() error { 9 return nil 10 }