Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/RainbowMango/GoExpertProgramming
/ ExamplePrintNames
Function
ExamplePrintNames
source/gotest/example_test.go:20–27 ·
view source on GitHub ↗
检测乱序输出
()
Source
from the content-addressed store, hash-verified
18
19
// 检测乱序输出
20
func
ExamplePrintNames() {
21
gotest.PrintNames()
22
// Unordered output:
23
// Jim
24
// Bob
25
// Tom
26
// Sue
27
}
Callers
nothing calls this directly
Calls
1
PrintNames
Function · 0.92
Tested by
no test coverage detected