|
|
|
|
|
by alexeldeib
1849 days ago
|
|
Production-grade software: yes. Hobby: not always. It’s incredibly useful, IMO. Not everyone knows about it, or strictly needs it. But I think it’s very useful. In Go, I often find a lower level SDK-type library will let you append to the user agent, which for large web services is nice since you can basically see how all your callers are using your API (in my case usually looking at volume of calls from language SDKs vs raw HTTP calls vs CLI vs 3rd party tools) |
|