Consider adding a Package comment? // Package avroio provides functions to read and write Avro files <insert link to avro docs>
https://golang.org/doc/effective_go.html#commentary Further consider adding your excellent example code from the PR description as an executable example, so folks can readily see how to use the package. See https://blog.golang.org/examples for details. Given it's file IO, a test is trickier, but the executable example at least ensures the example doesn't drift from the code, since it's compiled as well. [ Full content available at: https://github.com/apache/beam/pull/6484 ] This message was relayed via gitbox.apache.org for [email protected]
