Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/RainbowMango/GoExpertProgramming
/ SayHello
Function
SayHello
source/gotest/example.go:6–8 ·
view source on GitHub ↗
SayHello 打印一行字符串
()
Source
from the content-addressed store, hash-verified
4
5
// SayHello 打印一行字符串
6
func
SayHello() {
7
fmt.Println(
"Hello World"
)
8
}
9
10
// SayGoodbye 打印两行字符串
11
func
SayGoodbye() {
Callers
1
ExampleSayHello
Function · 0.92
Calls
no outgoing calls
Tested by
1
ExampleSayHello
Function · 0.74