We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136395c commit 02ea9cbCopy full SHA for 02ea9cb
funcopts/funcopts_test.go
@@ -4,7 +4,7 @@ import (
4
"errors"
5
"testing"
6
7
- "github.com/wafer-bw/funcopts"
+ "github.com/wafer-bw/go-toolbox/funcopts"
8
)
9
10
func TestProcess(t *testing.T) {
funcopts/go.mod
@@ -1,3 +1,3 @@
1
-module github.com/wafer-bw/funcopts
+module github.com/wafer-bw/go-toolbox/funcopts
2
3
go 1.24.2
0 commit comments