const internal/goos.IsPlan9

4 uses

	internal/goos (current package)
		zgoos_linux.go#L22: const IsPlan9 = 0

	runtime
		malloc.go#L149: 	_NumStackOrders = 4 - goarch.PtrSize/4*goos.IsWindows - 1*goos.IsPlan9
		stack.go#L72: 	stackSystem = goos.IsWindows*512*goarch.PtrSize + goos.IsPlan9*512 + goos.IsIos*goarch.IsArm64*1024
		trace.go#L1008: 	return debug.tracefpunwindoff != 0 || (goarch.ArchFamily != goarch.AMD64 && goarch.ArchFamily != goarch.ARM64) || goos.IsPlan9 == 1