Skip to content

Commit 289142c

Browse files
heyvitoofeefo
authored andcommitted
chore: Cleanup examples
1 parent c64c72c commit 289142c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/complete_usage/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/prometheus/client_golang/prometheus/promhttp"
88
"go.opentelemetry.io/otel/attribute"
99

10-
em "github.com/ofeefo/em"
10+
"github.com/ofeefo/em"
1111
)
1212

1313
type metrics struct {

example/simple_usage/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/prometheus/client_golang/prometheus/promhttp"
88
"go.opentelemetry.io/otel/attribute"
99

10-
em "github.com/ofeefo/em"
10+
"github.com/ofeefo/em"
1111
)
1212

1313
// Define your metrics

0 commit comments

Comments
 (0)