Sign in
go
/
website
/
44086c137c450561de992096ac32ac81752fefa9
/
.
/
_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
}