example_hello_test.go 77 B

1234567
  1. package examples
  2. func ExampleHello() {
  3. Hello()
  4. // Output: Hello, 世界
  5. }