golang.org/x/pkgsite/internal/config.Config.DebugAddr (method)

3 uses

	golang.org/x/pkgsite/internal/config (current package)
		config.go#L269: func (c *Config) DebugAddr(dflt string) string {

	golang.org/x/pkgsite/cmd/frontend
		main.go#L161: 		go http.ListenAndServe(cfg.DebugAddr("localhost:8081"), dcensusServer)

	golang.org/x/pkgsite/cmd/worker
		main.go#L137: 		go http.ListenAndServe(cfg.DebugAddr("localhost:8001"), dcensusServer)