Go templates: How do I access array item (arr[2]) in templates? -


how access array item (e.g. a[2]) in templates?

whenever "bad character u+005b '['"

{{ .a[2] }} 

you need use index template function.

{{index .a 2}} 

Comments

Popular posts from this blog

python - argument must be rect style object - Pygame -

webrtc - Which ICE candidate am I using and why? -

c# - Better 64-bit byte array hash -