Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shwetharadhakrishna committed Apr 12, 2021
1 parent d03a647 commit e0b5b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (c Client) SendRequest(method string, rawURL string, queryParams interface{

req.SetBasicAuth(c.basicAuth())

// E.g. "User-Agent": "twilio-go/1.0.0 (Go go1.16)"
// E.g. "User-Agent": "twilio-go/1.0.0 (go1.16)"
userAgent := fmt.Sprint("twilio-go/", config.LibraryVersion, " (", goVersion, ")")
req.Header.Add("User-Agent", userAgent)

Expand Down

0 comments on commit e0b5b00

Please sign in to comment.