File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ package main
3030import (
3131 " time"
3232
33- " github.com/globocom/go-buffer"
33+ " github.com/globocom/go-buffer/v2 "
3434)
3535
3636func main () {
@@ -44,7 +44,7 @@ func main() {
4444 }
4545 }),
4646 )
47- // ensure the buffer
47+ // ensure the buffer
4848 defer buff.Close ()
4949
5050 buff.Push (" item 1" )
@@ -68,7 +68,7 @@ package main
6868import (
6969 " time"
7070
71- " github.com/globocom/go-buffer"
71+ " github.com/globocom/go-buffer/v2 "
7272)
7373
7474func main () {
@@ -106,7 +106,7 @@ package main
106106import (
107107 " time"
108108
109- " github.com/globocom/go-buffer"
109+ " github.com/globocom/go-buffer/v2 "
110110)
111111
112112func main () {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package buffer_test
33import (
44 "testing"
55
6- "github.com/globocom/go-buffer"
6+ "github.com/globocom/go-buffer/v2 "
77)
88
99func BenchmarkBuffer (b * testing.B ) {
Original file line number Diff line number Diff line change 66 . "github.com/onsi/ginkgo"
77 . "github.com/onsi/gomega"
88
9- "github.com/globocom/go-buffer"
9+ "github.com/globocom/go-buffer/v2 "
1010)
1111
1212var _ = Describe ("Buffer" , func () {
Original file line number Diff line number Diff line change 1- module github.com/globocom/go-buffer
1+ module github.com/globocom/go-buffer/v2
22
33go 1.13
44
Original file line number Diff line number Diff line change 66 . "github.com/onsi/ginkgo"
77 . "github.com/onsi/gomega"
88
9- "github.com/globocom/go-buffer"
9+ "github.com/globocom/go-buffer/v2 "
1010)
1111
1212var _ = Describe ("Options" , func () {
You can’t perform that action at this time.
0 commit comments