Skip to content

Commit 697372d

Browse files
authored
tutorials: Renamed for consistency + fixed tutorial code. (#1569)
1 parent 0581180 commit 697372d

File tree

11 files changed

+3
-3
lines changed

11 files changed

+3
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tutorial/whatsup/go.mod renamed to tutorials/whatsup/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/prometheus/client_golang/tutorial
1+
module github.com/prometheus/client_golang/tutorials/whatsup
22

33
go 1.20
44

File renamed without changes.

tutorial/whatsup/main.go renamed to tutorials/whatsup/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import (
3636
"github.com/prometheus/client_golang/api"
3737
v1 "github.com/prometheus/client_golang/api/prometheus/v1"
3838
"github.com/prometheus/client_golang/prometheus"
39-
"github.com/prometheus/client_golang/tutorial/internal"
39+
"github.com/prometheus/client_golang/tutorials/whatsup/internal"
4040
)
4141

4242
func main() {

0 commit comments

Comments
 (0)