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

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -