Skip to content

Commit

Permalink
Update context.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Burke <[email protected]>
  • Loading branch information
extemporalgenome and kevinburkesegment authored Jul 19, 2023
1 parent 3b4b0b5 commit fd74c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion context.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ type tagSlice struct {
// for defining context keys was copied from Go 1.7's new use of context in net/http.
type tagsKey struct{}

// String is Stringer implementation.
// String implements the fmt.Stringer interface.
func (k tagsKey) String() string {
return "stats_tags_context_key"
}
Expand Down

0 comments on commit fd74c9f

Please sign in to comment.