cloud.google.com/go/errorreporting.Config.ServiceName (field)

5 uses

	cloud.google.com/go/errorreporting (current package)
		errors.go#L48: 	ServiceName string
		errors.go#L99: 	if cfg.ServiceName == "" {
		errors.go#L100: 		cfg.ServiceName = "goapp"
		errors.go#L111: 			Service: cfg.ServiceName,

	golang.org/x/pkgsite/cmd/internal/cmdconfig
		cmdconfig.go#L45: 		ServiceName: cfg.ServiceID,