text/template/parse.Tree.itemList (method)
5 uses
text/template/parse (current package)
parse.go#L332: t.Root, end = t.itemList()
parse.go#L343: func (t *Tree) itemList() (list *ListNode, next Node) {
parse.go#L483: list, next = t.itemList()
parse.go#L504: elseList, next = t.itemList()
parse.go#L575: block.Root, end = block.itemList()
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |