blob: 00d5b8df20c3b16a26147a6adf4f126f738af36d [file] [log] [blame]
package sample // OMIT
import "scan" // OMIT
// Column writer implements the scan.Writer interface.
type ColumnWriter struct {
scan.Writer // HL
tmpDir string
// some other fields
}