We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9fece commit 076fba3Copy full SHA for 076fba3
expfmt/text_parse.go
@@ -25,8 +25,9 @@ import (
25
"unicode/utf8"
26
27
dto "github.com/prometheus/client_model/go"
28
- "github.com/prometheus/common/model"
29
"google.golang.org/protobuf/proto"
+
30
+ "github.com/prometheus/common/model"
31
)
32
33
// A stateFn is a function that represents a state in a state machine. By
0 commit comments