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

text/template: panic on range over send-only channel #43065

Closed
jba opened this issue Dec 8, 2020 · 2 comments
Closed

text/template: panic on range over send-only channel #43065

jba opened this issue Dec 8, 2020 · 2 comments
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.

Comments

@jba
Copy link
Contributor

jba commented Dec 8, 2020

What version of Go are you using (go version)?

go1.15.5

What did you do?

https://play.golang.org/p/Z9wXwjO_NVd

What did you expect to see?

An error returned.

What did you see instead?

A panic.

@mvdan mvdan added the NeedsFix The path to resolution is known, but the work has not been done. label Dec 8, 2020
@mengzhuo
Copy link
Contributor

mengzhuo commented Dec 9, 2020

I will take a look

@gopherbot
Copy link
Contributor

Change https://golang.org/cl/276532 mentions this issue: text/template: error on range over send channel

@golang golang locked and limited conversation to collaborators Dec 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

4 participants