xref
: /
aosp_15_r20
/
prebuilts
/
go
/
linux-x86
/
src
/
html
/
template
/
testdata
/
file2.tmpl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
{{define "dot"}}{{.}}{{end}}
2
{{define "nested"}}{{template "dot" .}}{{end}}
3