example_shortvardecls_test.go 111 B

1234567
  1. package examples
  2. func ExampleShortVarDecls() {
  3. ShortVarDecls()
  4. // Output: 1 2 3 true false Absolutely no!
  5. }