File: file2.tmpl

package info (click to toggle)
golang-github-go-task-template 0.0~git20240422.8f6b279-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: makefile: 2
file content (2 lines) | stat: -rw-r--r-- 76 bytes parent folder | download | duplicates (101)
1
2
{{define "dot"}}{{.}}{{end}}
{{define "nested"}}{{template "dot" .}}{{end}}