func net/http.ServeFile

5 uses

	net/http (current package)
		fs.go#L714: func ServeFile(w ResponseWriter, r *Request, name string) {

	golang.org/x/pkgsite/cmd/prober
		main.go#L255: 		http.ServeFile(w, r, "content/static/img/favicon.ico")

	golang.org/x/pkgsite/internal/frontend
		badge.go#L26: 		http.ServeFile(w, r, fmt.Sprintf("%s/img/badge.svg", s.staticPath))
		server.go#L136: 		http.ServeFile(w, r, fmt.Sprintf("%s/img/favicon.ico", http.Dir(s.staticPath.String())))

	golang.org/x/pkgsite/internal/worker
		server.go#L220: 		http.ServeFile(w, r, "content/static/img/worker-favicon.ico")