version.go 131 B

123456
  1. package hcsshim
  2. // IsTP4 returns whether the currently running Windows build is at least TP4.
  3. func IsTP4() bool {
  4. return false
  5. }