goimprts sort

This commit is contained in:
aceld 2024-04-16 14:58:00 +08:00
parent 540fd35355
commit e0e9b8144f
5 changed files with 9 additions and 4 deletions

View File

@ -2,9 +2,10 @@ package kis
import (
"context"
"time"
"github.com/aceld/kis-flow/common"
"github.com/aceld/kis-flow/config"
"time"
)
type Flow interface {

View File

@ -2,6 +2,7 @@ package kis
import (
"context"
"github.com/aceld/kis-flow/config"
)

View File

@ -4,10 +4,11 @@ import (
"context"
"errors"
"fmt"
"github.com/aceld/kis-flow/common"
"github.com/aceld/kis-flow/log"
"reflect"
"sync"
"github.com/aceld/kis-flow/common"
"github.com/aceld/kis-flow/log"
)
var _poolOnce sync.Once

View File

@ -2,6 +2,7 @@ package kis
import (
"context"
"github.com/aceld/kis-flow/common"
)

View File

@ -1,9 +1,10 @@
package kis
import (
"reflect"
"github.com/aceld/kis-flow/common"
"github.com/aceld/kis-flow/serialize"
"reflect"
)
// Serialize Data serialization interface