by eric.villemure:
1. What is a short input program that triggers the error?
go get "code.google.com/p/go.net/html"
2. What is the full compiler output?
go get "code.google.com/p/go.net/html"
# code.google.com/p/go.net/html
c:\go\src\pkg\code.google.com\p\go.net\html\render.go:17: undefined: io.ByteWriter
3. What version of the compiler are you using? (Run it with the -V flag.)
go version go1.0.3