...
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
/
file1.tmpl
Documentation:
html/template/testdata
1
{{define "x"}}TEXT{{end}}
2
{{define "dotV"}}{{.V}}{{end}}
View as plain text