Skip to content

Commit

Permalink
go imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stlava committed Aug 20, 2024
1 parent abf185f commit 9d143b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion transport/batcher/batcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package batcher

import (
"container/heap"
"github.com/cevaris/ordered_map"
"os"
"time"

"github.com/cevaris/ordered_map"

"github.com/Nextdoor/pg-bifrost.git/marshaller"
"github.com/Nextdoor/pg-bifrost.git/shutdown"
"github.com/Nextdoor/pg-bifrost.git/stats"
Expand Down
3 changes: 2 additions & 1 deletion transport/batcher/batcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package batcher
import (
"errors"
"fmt"
"github.com/cevaris/ordered_map"
"testing"

"github.com/cevaris/ordered_map"

"github.com/Nextdoor/pg-bifrost.git/transport"
"github.com/Nextdoor/pg-bifrost.git/transport/mocks"
"github.com/golang/mock/gomock"
Expand Down

0 comments on commit 9d143b3

Please sign in to comment.