Skip to content

Commit bc249e7

Browse files
committed
Update github path
1 parent 43117f3 commit bc249e7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

benchmark_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"testing"
55
"time"
66

7-
"github.com/pt-nguyen/cache/synthetic"
7+
"github.com/Comcast/goburrow-cache/synthetic"
88
)
99

1010
const (

example/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"math/rand"
66
"time"
77

8-
"github.com/pt-nguyen/cache"
8+
"github.com/Comcast/goburrow-cache"
99
)
1010

1111
func main() {

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/pt-nguyen/cache
1+
module github.com/Comcast/goburrow-cache
22

33
go 1.17

traces/report.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"fmt"
66
"io"
77

8-
"github.com/pt-nguyen/cache"
8+
"github.com/Comcast/goburrow-cache"
99
)
1010

1111
type Reporter interface {

0 commit comments

Comments
 (0)