Skip to content

Commit 6fdffbf

Browse files
authored
fix: remove redundant go module in middleware example (#1492)
* remove extra go module Signed-off-by: Max Lowther <[email protected]> * sort imports Signed-off-by: Max Lowther <[email protected]> --------- Signed-off-by: Max Lowther <[email protected]>
1 parent 76fa980 commit 6fdffbf

File tree

3 files changed

+1
-35
lines changed

3 files changed

+1
-35
lines changed

examples/middleware/go.mod

-15
This file was deleted.

examples/middleware/go.sum

-18
This file was deleted.

examples/middleware/main.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ import (
1919
"log"
2020
"net/http"
2121

22+
"github.com/prometheus/client_golang/examples/middleware/httpmiddleware"
2223
"github.com/prometheus/client_golang/prometheus"
2324
"github.com/prometheus/client_golang/prometheus/collectors"
2425
"github.com/prometheus/client_golang/prometheus/promhttp"
25-
26-
"github.com/jessicalins/instrumentation-practices-examples/middleware/httpmiddleware"
2726
)
2827

2928
func main() {

0 commit comments

Comments
 (0)