func net/http.ListenAndServe
7 uses
net/http (current package)
server.go#L3162: func ListenAndServe(addr string, handler Handler) error {
golang.org/x/pkgsite/cmd/frontend
main.go#L161: go http.ListenAndServe(cfg.DebugAddr("localhost:8081"), dcensusServer)
main.go#L188: log.Fatal(ctx, http.ListenAndServe(addr, mw(router)))
golang.org/x/pkgsite/cmd/pkgsite
main.go#L73: log.Fatal(ctx, http.ListenAndServe(*httpAddr, mw(router)))
golang.org/x/pkgsite/cmd/prober
main.go#L262: log.Fatal(ctx, http.ListenAndServe(addr, nil))
golang.org/x/pkgsite/cmd/worker
main.go#L137: go http.ListenAndServe(cfg.DebugAddr("localhost:8001"), dcensusServer)
main.go#L155: log.Fatal(ctx, http.ListenAndServe(addr, nil))
 |
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. |