func net/http.NewServeMux
5 uses
net/http (current package)
server.go#L2266: func NewServeMux() *ServeMux { return new(ServeMux) }
go.opencensus.io/zpages
zpages.go#L47: mux := http.NewServeMux()
golang.org/x/pkgsite/internal/dcensus
dcensus.go#L52: mux := http.NewServeMux()
dcensus.go#L100: mux := http.NewServeMux()
golang.org/x/pkgsite/internal/proxy
server.go#L32: mux: http.NewServeMux(),
![]() |
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. |