We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43117f3 commit bc249e7Copy full SHA for bc249e7
benchmark_test.go
@@ -4,7 +4,7 @@ import (
4
"testing"
5
"time"
6
7
- "github.com/pt-nguyen/cache/synthetic"
+ "github.com/Comcast/goburrow-cache/synthetic"
8
)
9
10
const (
example/main.go
@@ -5,7 +5,7 @@ import (
"math/rand"
- "github.com/pt-nguyen/cache"
+ "github.com/Comcast/goburrow-cache"
11
func main() {
go.mod
@@ -1,3 +1,3 @@
1
-module github.com/pt-nguyen/cache
+module github.com/Comcast/goburrow-cache
2
3
go 1.17
traces/report.go
"fmt"
"io"
type Reporter interface {
0 commit comments