We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b7f82 commit 1a7d162Copy full SHA for 1a7d162
bench/bench_test.go
@@ -5,7 +5,7 @@ import (
5
"testing"
6
"time"
7
8
- ttlcache "github.com/ReneKroon/ttlcache/v2"
+ ttlcache "github.com/ReneKroon/ttlcache/v3"
9
)
10
11
func BenchmarkCacheSetWithoutTTL(b *testing.B) {
cache_test.go
@@ -12,7 +12,7 @@ import (
12
"fmt"
13
"sync"
14
15
- . "github.com/ReneKroon/ttlcache/v2"
+ . "github.com/ReneKroon/ttlcache/v3"
16
"github.com/stretchr/testify/assert"
17
18
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/ReneKroon/ttlcache/v2
+module github.com/ReneKroon/ttlcache/v3
2
3
go 1.18
4
0 commit comments