testableexamples suggests to add `// Output: ` to Example functions ``` example_test.go:66:30: missing output for example, go test can't validate it (testableexamples) func ExampleNewTextHandler() { ```