Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions internal/postprocessor/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1272,6 +1272,7 @@ skip-module-scan-paths:
- firestore
- logging
- profiler
- pubsub/v2
- pubsub
- pubsublite
- spanner
Expand Down
2 changes: 1 addition & 1 deletion pubsub/v2/pubsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const (
ScopeCloudPlatform = "https://www.googleapis.com/auth/cloud-platform"
)

// Client is a Google Pub/Sub client scoped to a single project.
// Client is a Pub/Sub client scoped to a single project.
//
// Clients should be reused rather than being created as needed.
// A Client may be shared by multiple goroutines.
Expand Down
Loading