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

net/textproto: Please add MIMEHeader.Write and WriteSubset like net.http.Header #8552

Closed
eahydra opened this issue Aug 19, 2014 · 2 comments
Closed

Comments

@eahydra
Copy link

eahydra commented Aug 19, 2014

Can you add MIMEHeader.Write and WriteSubset function like net.http.Header?

Thanks.
@bradfitz
Copy link
Contributor

Comment 1:

WriteSubset is a bit of an accident. I don't think we ever meant to export it.
I don't think we want to grow the API at this point. There's no hidden state in a
textproto mime header, so you're free to copy/paste the Write functions as needed.

Status changed to WontFix.

@eahydra
Copy link
Author

eahydra commented Aug 20, 2014

Comment 2:

OK.

@golang golang locked and limited conversation to collaborators Jun 25, 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

3 participants