UserAgent returns the user agent string for API requests.
()
| 29 | |
| 30 | // UserAgent returns the user agent string for API requests. |
| 31 | func UserAgent() string { |
| 32 | return "hey-cli/" + Version + " (https://github.com/basecamp/hey-cli)" |
| 33 | } |
| 34 | |
| 35 | // IsDev returns true if this is a development build. |
| 36 | func IsDev() bool { |