mirror of
https://github.com/prometheus/prometheus.git
synced 2026-03-21 10:00:12 -04:00
On some GOOS (e.g. dragonfly), statfs.Blocks is int64, which can cause a type mismatch when multiplied with Bsize. Cast both operands to uint64 explicitly. Signed-off-by: Julien Pivotto <291750+roidelapluie@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| limits_default.go | ||
| limits_windows.go | ||
| statfs.go | ||
| statfs_default.go | ||
| statfs_linux_386.go | ||
| statfs_uint32.go | ||
| statfs_unix_test.go | ||
| statfs_windows.go | ||
| statfs_windows_test.go | ||
| uname_default.go | ||
| uname_linux.go | ||
| vmlimits_default.go | ||
| vmlimits_openbsd.go | ||