Selaa lähdekoodia

Silence unused import.

Richard Crowley 14 vuotta sitten
vanhempi
commit
325de57872
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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.
 //