Skip to content

Commit 8669921

Browse files
committed
change import path of bitarray
1 parent 54ecd39 commit 8669921

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

trie/dtrie/node.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ import (
3030
"fmt"
3131
"sync"
3232

33-
// TODO change to "github.com/Workiva/go-datastructures/bitarray"
34-
"github.com/theodus/go-datastructures/bitarray"
33+
"github.com/Workiva/go-datastructures/bitarray"
3534
)
3635

3736
type node struct {

0 commit comments

Comments
 (0)