blob: 93c89705552d6376acc1adf8d5aa5d687f2e6527 [file] [log] [blame]
// +build OMIT
package sample // OMIT
import "scan" // OMIT
// ColumnWriter is a writer to write ...
type ColumnWriter struct {
tmpDir string
// some other fields
}
var _ scan.Writer = (*ColumnWriter)(nil) // HL