Skip to content

Commit 9c4f0fb

Browse files
committed
chore:fix import path
Change-Id: I39609acd9dc92a52ed13ebf9ae1a211ee3d527ba
1 parent e05636d commit 9c4f0fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ package tagexpr_test
2929
import (
3030
"fmt"
3131

32-
tagexpr "github.com/bytedance/go-tagexpr"
32+
tagexpr "github.com/bytedance/go-tagexpr/v2"
3333
)
3434

3535
func Example() {

example_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ package tagexpr_test
1717
import (
1818
"fmt"
1919

20-
tagexpr "github.com/bytedance/go-tagexpr"
20+
tagexpr "github.com/bytedance/go-tagexpr/v2"
2121
)
2222

2323
func Example() {

spec_func_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"regexp"
1919
"testing"
2020

21-
"github.com/bytedance/go-tagexpr"
21+
"github.com/bytedance/go-tagexpr/v2"
2222
)
2323

2424
func TestFunc(t *testing.T) {

0 commit comments

Comments
 (0)