golang.org/x/pkgsite/internal/frontend.Server.thirdPartyPath (field)

3 uses

	golang.org/x/pkgsite/internal/frontend (current package)
		server.go#L45: 	thirdPartyPath       string
		server.go#L91: 		thirdPartyPath:       scfg.ThirdPartyPath,
		server.go#L134: 	handle("/third_party/", http.StripPrefix("/third_party", http.FileServer(http.Dir(s.thirdPartyPath))))