mirror of
https://github.com/prometheus/prometheus
synced 2026-04-24 11:00:36 +08: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>