Add missing fmt import

Signed-off-by: Peter Jausovec <peter.jausovec@oracle.com>
This commit is contained in:
Peter Jausovec 2018-10-31 11:08:30 -07:00
parent 902733d080
commit 4fe949f2fd
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ package prometheus
import (
"errors"
"fmt"
"math"
"sync/atomic"

View File

@ -14,6 +14,7 @@
package prometheus
import (
"fmt"
"math"
"sync/atomic"
"time"