tags:

views:

75

answers:

1

Specifically, where are io.reader and io.writer interfaces defined?

+3  A: 

In the io package:

http://golang.org/pkg/io/#Reader
http://golang.org/pkg/io/#Writer

Esko Luontola
Argh. Of course. I didn't see that somehow. Such a noob.
aharon