#command-line-arguments src/learn/tongbu/tongbu.go:14:6: cannot use (*myWriter)(nil) (type *myWriter) as type io.Writer in assignment: *myWriter does not implement io.Writer (missing Write method) src/learn/tongbu/tongbu.go:17:6: cannot use myWriter{} (type myWriter) as type io.Writer in assignment: myWriter does not implement io.Writer (missing Write method)