Add Seq template func

Very similar to GNU's seq.

Fixes #552

Conflicts:
	tpl/template.go
This commit is contained in:
bep
2015-02-24 10:56:16 +01:00
committed by spf13
parent 358dcce7a6
commit 0be2aade99
3 changed files with 113 additions and 0 deletions

View File

@@ -1340,6 +1340,7 @@ func init() {
"getJson": GetJSON,
"getCSV": GetCSV,
"getCsv": GetCSV,
"seq": helpers.Seq,
}
}