Skip to content

Commit

Permalink
refactor(root): 修改 包路径
Browse files Browse the repository at this point in the history
  • Loading branch information
lomtom committed Sep 5, 2023
1 parent e2e97c8 commit a39b506
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/lomtom/go-utils/v2
module github.com/lomtom/go-utils

go 1.18
2 changes: 1 addition & 1 deletion slice/slice_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package slice

import (
"github.com/lomtom/go-utils/v2/assert"
"github.com/lomtom/go-utils/assert"
"testing"
)

Expand Down
2 changes: 1 addition & 1 deletion test/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package test

import (
"fmt"
"github.com/lomtom/go-utils/v2/cache"
"github.com/lomtom/go-utils/cache"
"testing"
"time"
)
Expand Down
2 changes: 1 addition & 1 deletion test/job_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package test

import (
"fmt"
"github.com/lomtom/go-utils/v2/job"
"github.com/lomtom/go-utils/job"
"testing"
"time"
)
Expand Down

0 comments on commit a39b506

Please sign in to comment.