package main func Example_hello_ok() { hello() // Output: // hello world } func Example_hello_ng() { hello() // Output: // NG pattern }