Skip to content

Commit 738286b

Browse files
committed
fixed code example module names
1 parent 8f9860c commit 738286b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code-examples/go/expire/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/examples/code-examples/go/expire
1+
module github.com/authzed/examples/code-examples/go/expire
22

33
go 1.23.4
44

code-examples/go/export-bulk/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/examples/code-examples/go/export-bulk
1+
module github.com/authzed/examples/code-examples/go/export-bulk
22

33
go 1.23.4
44

0 commit comments

Comments
 (0)