Your advanced code editor is loading. Please wait a moment. package sample import “testing” func ExampleSayHello() { SayHello() // Output: Hello, playground } func TestSayHello(t *testing.T) { SayHello() }