const internal/goos.IsWindows

7 uses

	internal/goos (current package)
		zgoos_linux.go#L25: const IsWindows = 0

	runtime
		malloc.go#L147: 	_NumStackOrders = 4 - goarch.PtrSize/4*goos.IsWindows - 1*goos.IsPlan9
		malloc.go#L253: 	logHeapArenaBytes = (6+20)*(_64bit*(1-goos.IsWindows)*(1-goarch.IsWasm)*(1-goos.IsIos*goarch.IsArm64)) + (2+20)*(_64bit*goos.IsWindows) + (2+20)*(1-_64bit) + (2+20)*goarch.IsWasm + (2+20)*goos.IsIos*goarch.IsArm64
		malloc.go#L273: 	arenaL1Bits = 6 * (_64bit * goos.IsWindows)
		proc.go#L1014: 	osHasLowResClockInt = goos.IsWindows
		stack.go#L72: 	stackSystem = goos.IsWindows*4096 + goos.IsPlan9*512 + goos.IsIos*goarch.IsArm64*1024