Skip to content

Commit

Permalink
goimprts sort
Browse files Browse the repository at this point in the history
  • Loading branch information
aceld committed Apr 16, 2024
1 parent 540fd35 commit e0e9b81
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion kis/flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
1 change: 1 addition & 0 deletions kis/function.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package kis

import (
"context"

"github.com/aceld/kis-flow/config"
)

Expand Down
5 changes: 3 additions & 2 deletions kis/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions kis/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package kis

import (
"context"

"github.com/aceld/kis-flow/common"
)

Expand Down
3 changes: 2 additions & 1 deletion kis/serialize.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e0e9b81

Please sign in to comment.