example_imports_test.go 109 B

1234567
  1. package examples
  2. func ExampleImports() {
  3. Imports()
  4. // Output: Now you have 2.6457513110645907 problems.
  5. }