delve/pkg/proc/macutil/rosetta_other.go

10 lines
176 B
Go
Raw Normal View History

2021-12-13 18:25:23 +00:00
//go:build !darwin
package macutil
// CheckRosetta returns an error if the calling process is being translated
// by Apple Rosetta.
func CheckRosetta() error {
return nil
}