Skip to content

Commit 4fe949f

Browse files
author
Peter Jausovec
committed
Add missing fmt import
Signed-off-by: Peter Jausovec <[email protected]>
1 parent 902733d commit 4fe949f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

prometheus/counter.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ package prometheus
1515

1616
import (
1717
"errors"
18+
"fmt"
1819
"math"
1920
"sync/atomic"
2021

prometheus/gauge.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
package prometheus
1515

1616
import (
17+
"fmt"
1718
"math"
1819
"sync/atomic"
1920
"time"

0 commit comments

Comments
 (0)