feat: first version.
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
|
||||
"entgo.io/ent/dialect/sql"
|
||||
|
||||
"tx7do.github.com/kratos-utils/stringcase"
|
||||
"github.com/tx7do/kratos-utils/stringcase"
|
||||
)
|
||||
|
||||
type WhereConditions []func(s *sql.Selector)
|
||||
|
||||
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
||||
module tx7do.github.com/kratos-utils
|
||||
module github.com/tx7do/kratos-utils
|
||||
|
||||
go 1.20
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"tx7do.github.com/kratos-utils/trans"
|
||||
"github.com/tx7do/kratos-utils/trans"
|
||||
)
|
||||
|
||||
func TestUnixMilliToStringPtr(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user