...
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
/
tmpl2.tmpl
Documentation:
text/template/testdata
1
template2
2
{{define "y"}}y{{end}}
3
{{template "x"}}
View as plain text