MCPcopy
hub / github.com/gin-gonic/gin / isWindows

Function isWindows

gin_integration_test.go:580–582  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

578}
579
580func isWindows() bool {
581 return runtime.GOOS == "windows"
582}
583
584func TestEscapedColon(t *testing.T) {
585 router := New()

Callers 1

TestFileDescriptorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected