Skip to content

Commit

Permalink
Fix comment for linter
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Aug 4, 2023
1 parent 875b755 commit d220630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions params.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ func (p *Params) AddExtra(key, value string) {
p.Extra.Add(key, value)
}

// AddMetadata is deprecated.
// Deprecated: please use .AddMetadata of the containing Params struct.
func (p *Params) AddMetadata(key, value string) {
if p.Metadata == nil {
Expand Down

0 comments on commit d220630

Please sign in to comment.