Skip to content

Commit 02ea9cb

Browse files
committed
fix funcopts module name
1 parent 136395c commit 02ea9cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

funcopts/funcopts_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"errors"
55
"testing"
66

7-
"github.com/wafer-bw/funcopts"
7+
"github.com/wafer-bw/go-toolbox/funcopts"
88
)
99

1010
func TestProcess(t *testing.T) {

funcopts/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/wafer-bw/funcopts
1+
module github.com/wafer-bw/go-toolbox/funcopts
22

33
go 1.24.2

0 commit comments

Comments
 (0)