Skip to content

Commit

Permalink
added TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
vtopc committed Feb 23, 2025
1 parent 52d6656 commit ba94d27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mailgun.go
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ func ptr[T any](v T) *T {
return &v
}

// TODO(vtopc): remove boolToString and use strconv.FormatBool() directly.
func boolToString(b bool) string {
return strconv.FormatBool(b)
}

0 comments on commit ba94d27

Please sign in to comment.