Skip to content

Commit

Permalink
[TEMP] change **.go to kick golangci
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak committed Jul 10, 2023
1 parent a09d301 commit a35f44c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/net/grpc/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ type Client interface {
Close(ctx context.Context) error
}



type gRPCClient struct {
addrs map[string]struct{}
poolSize uint64
Expand Down
1 change: 1 addition & 0 deletions pkg/agent/core/ngt/service/ngt.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ const (
)

func New(cfg *config.NGT, opts ...Option) (nn NGT, err error) {
print("foooo")
n := &ngt{
fmap: make(map[string]int64),
dim: cfg.Dimension,
Expand Down

0 comments on commit a35f44c

Please sign in to comment.