func github.com/google/safehtml/template.TrustedSourceJoin
7 uses
github.com/google/safehtml/template (current package)
trustedsource.go#L69: func TrustedSourceJoin(elem ...TrustedSource) TrustedSource {
golang.org/x/pkgsite/internal/frontend
server.go#L78: templateDir := template.TrustedSourceJoin(scfg.StaticPath)
server.go#L83: docTemplateDir := template.TrustedSourceJoin(templateDir, template.TrustedSourceFromConstant("html"),
server.go#L539: join := template.TrustedSourceJoin
golang.org/x/pkgsite/internal/godoc/dochtml
template.go#L28: join := template.TrustedSourceJoin
golang.org/x/pkgsite/internal/worker
server.go#L87: dochtml.LoadTemplates(template.TrustedSourceJoin(scfg.StaticPath, template.TrustedSourceFromConstant("html/doc")))
server.go#L646: templatePath := template.TrustedSourceJoin(staticPath, template.TrustedSourceFromConstant("html/worker"), filename)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |