Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

html: render.go:17: undefined: io.ByteWriter #4931

Closed
gopherbot opened this issue Feb 27, 2013 · 4 comments
Closed

html: render.go:17: undefined: io.ByteWriter #4931

gopherbot opened this issue Feb 27, 2013 · 4 comments
Milestone

Comments

@gopherbot
Copy link

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
@kisielk
Copy link
Contributor

kisielk commented Feb 27, 2013

Comment 1:

io.ByteWriter was introduced after go1.0.3, it's only available in tip right now.

@adg
Copy link
Contributor

adg commented Feb 27, 2013

Comment 2:

You'll need to install Go from source http://golang.org/doc/install/source using the tip
revision. (run "hg update default" before running "all.bash")

Status changed to Unfortunate.

@minux
Copy link
Member

minux commented Feb 28, 2013

Comment 3:

i still think we should fix the error, it's trivial to define WriteByte in html
and then it will be usable by Go 1.0.3 users.
https://golang.org/cl/7424044

@minux
Copy link
Member

minux commented Feb 28, 2013

Comment 4:

This issue was closed by revision golang/net@3651a44.

Status changed to Fixed.

@mikioh mikioh added repo-net and removed repo-net labels Dec 23, 2014
@mikioh mikioh changed the title c:\go\src\pkg\code.google.com\p\go.net\html\render.go:17: undefined: io.ByteWriter html: render.go:17: undefined: io.ByteWriter Jan 4, 2015
@rsc rsc added this to the Go1.1 milestone Apr 14, 2015
@rsc rsc removed the go1.1 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants