func ExampleReader() { … } // This example shows how csv.Reader can be configured to handle other // types of CSV files. func ExampleReader_options() { … } func ExampleReader_ReadAll() { … } func ExampleWriter() { … } func ExampleWriter_WriteAll() { … }