blob: 375de27b5e83ae1697582415f7fb8c0d0586d539 [file] [log] [blame]
// +build 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
}