-
Notifications
You must be signed in to change notification settings - Fork 18.1k
text/template: bad format string for range-over-int error #69708
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
Comments
Related to #66107. |
callthingsoff
added a commit
to callthingsoff/go
that referenced
this issue
Sep 30, 2024
Fixes golang#69708. Change-Id: I8d7d10df4eed36cc76413d0645d89fe6e16f3296
Change https://go.dev/cl/616695 mentions this issue: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go version
go version devel go1.24-5fe3b31cf8 Fri Sep 27 16:45:09 2024 +0000 linux/amd64
Output of
go env
in your module/workspace:What did you do?
where
template
istext/template
What did you see happen?
template: :1:18: executing "" at <.>: can't use %!s(int=5) to iterate over more than one variable
(emphasis mine)
What did you expect to see?
maybe
The text was updated successfully, but these errors were encountered: