MCPcopy
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 打印两行字符串
11func SayGoodbye() {
12 fmt.Println("Hello,")
13 fmt.Println("goodbye")
14}
15
16// PrintNames 打印学生姓名
17func PrintNames() {

Callers 1

ExampleSayGoodbyeFunction · 0.92

Calls

no outgoing calls

Tested by 1

ExampleSayGoodbyeFunction · 0.74