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")
 |
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. |