golang.org/x/pkgsite/internal/config.Config.ServeStats (field)

3 uses

	golang.org/x/pkgsite/internal/config (current package)
		config.go#L185: 	ServeStats bool
		config.go#L388: 		ServeStats:            os.Getenv("GO_DISCOVERY_SERVE_STATS") == "true",

	golang.org/x/pkgsite/cmd/frontend
		main.go#L125: 		ServeStats:           cfg.ServeStats,