Browse Source

Silence unused import.

Richard Crowley 14 years ago
parent
commit
325de57872
1 changed files with 1 additions and 1 deletions
  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.
 //