MCPcopy
hub / github.com/cloudfoundry/cli / IsWindows

Function IsWindows

integration/helpers/os.go:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7)
8
9func IsWindows() bool {
10 return runtime.GOOS == "windows"
11}
12
13func SkipIfWindows() {
14

Callers 1

SkipIfWindowsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected