MCPcopy 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// 检测单行输出
6func ExampleSayHello() {
7 gotest.SayHello()
8 // OutPut: Hello World
9}
10
11// 检测多行输出
12func ExampleSayGoodbye() {

Callers

nothing calls this directly

Calls 1

SayHelloFunction · 0.92

Tested by

no test coverage detected