Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/RainbowMango/GoExpertProgramming
/ ExampleSayHello
Function
ExampleSayHello
source/gotest/example_test.go:6–9 ·
view source on GitHub ↗
检测单行输出
()
Source
from the content-addressed store, hash-verified
4
5
// 检测单行输出
6
func
ExampleSayHello() {
7
gotest.SayHello()
8
// OutPut: Hello World
9
}
10
11
// 检测多行输出
12
func
ExampleSayGoodbye() {
Callers
nothing calls this directly
Calls
1
SayHello
Function · 0.92
Tested by
no test coverage detected