client_golang
client_golang copied to clipboard
Fix up min/max identifiers
Go now includes min and max in the list of predeclared identifiers. These need to be renamed.
Followup to https://github.com/prometheus/client_golang/pull/1603
May I take on this issue?
Of course, you don't need to ask permission to work on open source.
@SuperQ please take a look at the PR and let me know if this is the solution that we were looking for.
Fixed by https://github.com/prometheus/client_golang/pull/1606