example_namedres_test.go 96 B

1234567
  1. package examples
  2. func ExampleNamedres() {
  3. Namedres()
  4. // Output: 17 was split into 7 and 10
  5. }