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