golang.org/x/pkgsite/internal/worker.Server.staticPath (field)

3 uses

	golang.org/x/pkgsite/internal/worker (current package)
		server.go#L53: 	staticPath      template.TrustedSource
		server.go#L107: 		staticPath:      scfg.StaticPath,
		server.go#L211: 	handle("/static/", http.StripPrefix("/static/", http.FileServer(http.Dir(s.staticPath.String()))))