mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-10-04 19:53:36 -04:00
520 B
520 B
title | linktitle | description | godocref | date | publishdate | lastmod | tags | categories | toc | signature | workson | hugoversion | relatedfuncs | deprecated | draft | aliases | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
index | index | https://golang.org/pkg/text/template/#hdr-Functions | 2017-02-01 | 2017-02-01 | 2017-02-01 |
|
false | false |
From the godocs:
Returns the result of indexing its first argument by the following arguments. Thus "index x 1 2 3" is, in Go syntax, x[1][2][3]. Each indexed item must be a map, slice, or array.