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