Sign in
go
/
website
/
f2bd60d5356eaae86b59abb498b73ff73a34df94
/
.
/
_content
/
talks
/
2014
/
readability
/
implement-interface-bad.go
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
}