golang.org/x/pkgsite/internal/frontend.ServerConfig.StaticPath (field)

5 uses

	golang.org/x/pkgsite/internal/frontend (current package)
		server.go#L66: 	StaticPath           template.TrustedSource
		server.go#L78: 	templateDir := template.TrustedSourceJoin(scfg.StaticPath)
		server.go#L90: 		staticPath:           scfg.StaticPath,

	golang.org/x/pkgsite/cmd/frontend
		main.go#L120: 		StaticPath:           template.TrustedSourceFromFlag(flag.Lookup("static").Value),

	golang.org/x/pkgsite/cmd/pkgsite
		main.go#L60: 		StaticPath:       template.TrustedSourceFromFlag(flag.Lookup("static").Value),