Skip to content

Commit

Permalink
chore(internal/gapicgen): freeze the cloud folder as migration is com…
Browse files Browse the repository at this point in the history
…plete (googleapis#7139)
  • Loading branch information
codyoss authored Dec 5, 2022
1 parent ad67fa3 commit b593e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gapicgen/generator/genproto.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func NewGenprotoGenerator(c *Config) *GenprotoGenerator {
var skipPrefixes = []string{
"google.golang.org/genproto/googleapis/ads/",
"google.golang.org/genproto/googleapis/storage/",
"googleapis/cloud/secrets/",
"googleapis/cloud/",
}

func hasPrefix(s string, prefixes []string) bool {
Expand Down

0 comments on commit b593e0f

Please sign in to comment.