We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05636d commit 9c4f0fbCopy full SHA for 9c4f0fb
README.md
@@ -29,7 +29,7 @@ package tagexpr_test
29
import (
30
"fmt"
31
32
- tagexpr "github.com/bytedance/go-tagexpr"
+ tagexpr "github.com/bytedance/go-tagexpr/v2"
33
)
34
35
func Example() {
example_test.go
@@ -17,7 +17,7 @@ package tagexpr_test
17
18
19
20
21
22
23
spec_func_test.go
@@ -18,7 +18,7 @@ import (
"regexp"
"testing"
- "github.com/bytedance/go-tagexpr"
+ "github.com/bytedance/go-tagexpr/v2"
24
func TestFunc(t *testing.T) {
0 commit comments