Commit 1ad4c3f 1 parent e1b130b commit 1ad4c3f Copy full SHA for 1ad4c3f
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
An example of managing network connections:
6
6
7
7
``` go
8
- import " github.com/mgnsk/evcache"
8
+ import " github.com/mgnsk/evcache/v2 "
9
9
10
10
func main () {
11
11
c := evcache.New ().
Original file line number Diff line number Diff line change 8
8
"sync/atomic"
9
9
"time"
10
10
11
- "github.com/mgnsk/evcache"
11
+ "github.com/mgnsk/evcache/v2 "
12
12
. "github.com/onsi/ginkgo"
13
13
. "github.com/onsi/ginkgo/extensions/table"
14
14
. "github.com/onsi/gomega"
Original file line number Diff line number Diff line change 1
- module github.com/mgnsk/evcache
1
+ module github.com/mgnsk/evcache/v2
2
2
3
3
go 1.15
4
4
Original file line number Diff line number Diff line change 8
8
"testing"
9
9
"time"
10
10
11
- "github.com/mgnsk/evcache"
11
+ "github.com/mgnsk/evcache/v2 "
12
12
. "github.com/onsi/ginkgo"
13
13
. "github.com/onsi/gomega"
14
14
)
You can’t perform that action at this time.
0 commit comments