Skip to content

Commit a977282

Browse files
committed
Initial move to pkg
1 parent f390e45 commit a977282

37 files changed

+23
-13
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module quamina
1+
module github.com/timbray/quamina
22

33
go 1.18
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"sync"
55
"time"
66

7-
quamina "quamina/lib"
7+
quamina "github.com/timbray/quamina/pkg/quamina"
88
)
99

1010
// Stats reports basic counts to aid in deciding when to Rebuild.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"testing"
99
"time"
1010

11-
quamina "quamina/lib"
11+
quamina "github.com/timbray/quamina/pkg/quamina"
1212
)
1313

1414
var verbose = false

pruner/state.go renamed to pkg/pruner/state.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"sync"
66

7-
quamina "quamina/lib"
7+
quamina "github.com/timbray/quamina/pkg/quamina"
88
)
99

1010
// LivePatternsState represents the required capabilities for
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ package pruner
22

33
import (
44
"fmt"
5-
quamina "quamina/lib"
65
"testing"
6+
7+
quamina "github.com/timbray/quamina/pkg/quamina"
78
)
89

910
func TestMemIterateFerr(t *testing.T) {

0 commit comments

Comments
 (0)