From 72c4b2518a77ee9952a0fa25ae671f06d8d85570 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 26 Jan 2020 22:30:00 -0500 Subject: it compiles --- rrdformat/rrdbinary/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rrdformat/rrdbinary/types.go') diff --git a/rrdformat/rrdbinary/types.go b/rrdformat/rrdbinary/types.go index 36e89fa..a036d5d 100644 --- a/rrdformat/rrdbinary/types.go +++ b/rrdformat/rrdbinary/types.go @@ -24,7 +24,7 @@ type Architecture struct { type String string // \0-terminated type Float float64 // 8 bytes type Uint uint64 // 4 or 8 bytes -type _Int int64 // 4 or 8 bytes +type Int int64 // 4 or 8 bytes type Unival uint64 // 8 bytes type Time int64 // 4 or 8 bytes, only has second-precision -- cgit v1.2.3