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 ( import (
"errors" "errors"
"fmt"
"math" "math"
"sync/atomic" "sync/atomic"

View File

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