Skip to content

Commit

Permalink
Solve the problem of error "File is not goimports-ed (goimports)" i…
Browse files Browse the repository at this point in the history
…n the CI process
  • Loading branch information
lengyuexuexuan committed Feb 22, 2024
1 parent 54b478a commit 90caeba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions go-client/session/meta_call.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ package session

import (
"context"
"github.com/apache/incubator-pegasus/go-client/idl/base"
"github.com/apache/incubator-pegasus/go-client/idl/replication"
"github.com/apache/incubator-pegasus/go-client/pegalog"
"sync"
"sync/atomic"
"time"

"github.com/apache/incubator-pegasus/go-client/idl/base"
"github.com/apache/incubator-pegasus/go-client/idl/replication"
"github.com/apache/incubator-pegasus/go-client/pegalog"
)

type metaCallFunc func(context.Context, *metaSession) (metaResponse, error)
Expand Down

0 comments on commit 90caeba

Please sign in to comment.