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