Skip to content

Commit

Permalink
🧹 chore: change package module name
Browse files Browse the repository at this point in the history
  • Loading branch information
jingyuexing committed Dec 30, 2023
1 parent 9e5cf0b commit 57f8135
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion func_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"testing"

utils "jingyuexing.com/utils"
utils "github.com/jingyuexing/go-utils"

Check failure on line 7 in func_test.go

View workflow job for this annotation

GitHub Actions / build (1.2)

cannot find package "github.com/jingyuexing/go-utils" in any of:
)

func TestPipelCallback(t *testing.T){
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module jingyuexing.com
module github.com/jingyuexing/go-utils

go 1.19
2 changes: 1 addition & 1 deletion utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"testing"

utils "jingyuexing.com/utils"
utils "github.com/jingyuexing/go-utils"
)

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

0 comments on commit 57f8135

Please sign in to comment.