MCPcopy
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 打印一行字符串
6func SayHello() {
7 fmt.Println("Hello World")
8}
9
10// SayGoodbye 打印两行字符串
11func SayGoodbye() {

Callers 1

ExampleSayHelloFunction · 0.92

Calls

no outgoing calls

Tested by 1

ExampleSayHelloFunction · 0.74