...
Go Documentation Server
GoDoc
▽
Play
submit search
package main import "fmt" func main() { fmt.Println("Hello, 世界") }
Run
Format
Share
Text file
src
/
html
/
template
/
testdata
/
file2.tmpl
Documentation:
html/template/testdata
1
{{define "dot"}}{{.}}{{end}}
2
{{define "nested"}}{{template "dot" .}}{{end}}
View as plain text