Browse Source

Silence unused import.

Richard Crowley 14 năm trước cách đây
mục cha
commit
325de57872
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      gauge.go

+ 1 - 1
gauge.go

@@ -1,6 +1,6 @@
 package metrics
 
-import "sync/atomic"
+import _ "sync/atomic"
 
 // Gauges hold an int64 value that can be set arbitrarily.
 //