Skip to content

Commit

Permalink
feat(go): thread debug client configuration (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla authored Aug 9, 2023
1 parent 67fce9c commit 0ece782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/clients/go/template/configuration.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func NewConfiguration(config Configuration) (*Configuration, error) {
Credentials: config.Credentials,
DefaultHeaders: config.DefaultHeaders,
UserAgent: config.UserAgent,
Debug: false,
Debug: config.Debug,
RetryParams: config.RetryParams,
}

Expand Down

0 comments on commit 0ece782

Please sign in to comment.