package main import ( "fmt" ) func ExampleHello() { fmt.Println("hello") // Output: hello }