You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
template: :1:5: executing "" at <(len .X) gt 0>: can't give argument to non-function len .X
The text was updated successfully, but these errors were encountered:
misha-ridge
changed the title
A text template rendered by 1.13 causes an error on 1.14rc1
A text template rendering fine by 1.13 causes an error on 1.14rc1
Feb 5, 2020
misha-ridge
changed the title
A text template rendering fine by 1.13 causes an error on 1.14rc1
A text template rendering fine on 1.13 causes an error on 1.14rc1
Feb 5, 2020
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Run https://play.golang.org/p/8iAJIxRlZpR with go 1.14rc1.
What did you expect to see?
X<nil>
What did you see instead?
template: :1:5: executing "" at <(len .X) gt 0>: can't give argument to non-function len .X
The text was updated successfully, but these errors were encountered: