Skip to content

Commit

Permalink
chore:fix import path
Browse files Browse the repository at this point in the history
Change-Id: I39609acd9dc92a52ed13ebf9ae1a211ee3d527ba
  • Loading branch information
andeya committed Feb 2, 2021
1 parent e05636d commit 9c4f0fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ package tagexpr_test
import (
"fmt"

tagexpr "github.com/bytedance/go-tagexpr"
tagexpr "github.com/bytedance/go-tagexpr/v2"
)

func Example() {
Expand Down
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package tagexpr_test
import (
"fmt"

tagexpr "github.com/bytedance/go-tagexpr"
tagexpr "github.com/bytedance/go-tagexpr/v2"
)

func Example() {
Expand Down
2 changes: 1 addition & 1 deletion spec_func_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"regexp"
"testing"

"github.com/bytedance/go-tagexpr"
"github.com/bytedance/go-tagexpr/v2"
)

func TestFunc(t *testing.T) {
Expand Down

0 comments on commit 9c4f0fb

Please sign in to comment.