index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
libgo
/
go
/
text
/
template
/
testdata
/
file2.tmpl
blob: 39bf6fb9eef6458238d326104e38b51c5f84d350 (
plain
)
1
2
{{define "dot"}}{{.}}{{end}} {{define "nested"}}{{template "dot" .}}{{end}}