mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-26 18:21:05 +01:00
Use Utsname from golang.org/x/sys/unix which contains byte array instead of int8/uint8 array members. This allows to simplify the string conversions of these members. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>