net/http.ServeMux.Handle (method)
5 uses
net/http (current package)
server.go#L2453: func (mux *ServeMux) Handle(pattern string, handler Handler) {
server.go#L2501: mux.Handle(pattern, HandlerFunc(handler))
server.go#L2507: func Handle(pattern string, handler Handler) { DefaultServeMux.Handle(pattern, handler) }
go.opencensus.io/zpages
zpages.go#L60: mux.Handle(path.Join(pathPrefix, "public/"), http.FileServer(fs))
golang.org/x/pkgsite/internal/dcensus
dcensus.go#L102: mux.Handle("/statsz", pe)
![]() |
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. |