Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/RainbowMango/GoExpertProgramming
/ SayGoodbye
Function
SayGoodbye
source/gotest/example.go:11–14 ·
view source on GitHub ↗
SayGoodbye 打印两行字符串
()
Source
from the content-addressed store, hash-verified
9
10
// SayGoodbye 打印两行字符串
11
func
SayGoodbye() {
12
fmt.Println(
"Hello,"
)
13
fmt.Println(
"goodbye"
)
14
}
15
16
// PrintNames 打印学生姓名
17
func
PrintNames() {
Callers
1
ExampleSayGoodbye
Function · 0.92
Calls
no outgoing calls
Tested by
1
ExampleSayGoodbye
Function · 0.74