Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
580
func
isWindows() bool {
581
return
runtime.GOOS ==
"windows"
582
}
583
584
func
TestEscapedColon(t *testing.T) {
585
router := New()
Callers
1
TestFileDescriptor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected