Skip to content

Commit ad28ba0

Browse files
committed
Revert internal package change
1 parent c69d7ba commit ad28ba0

39 files changed

+25
-25
lines changed

connection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"sync/atomic"
1010
"time"
1111

12-
p "gopkg.in/dancannon/gorethink.v2/internal/ql2"
12+
p "gopkg.in/dancannon/gorethink.v2/ql2"
1313
)
1414

1515
const (

connection_handshake.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616

1717
"golang.org/x/crypto/pbkdf2"
1818

19-
p "gopkg.in/dancannon/gorethink.v2/internal/ql2"
19+
p "gopkg.in/dancannon/gorethink.v2/ql2"
2020
)
2121

2222
type HandshakeVersion int

cursor.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
"reflect"
88
"sync"
99

10-
"gopkg.in/dancannon/gorethink.v2/internal/encoding"
11-
p "gopkg.in/dancannon/gorethink.v2/internal/ql2"
10+
"gopkg.in/dancannon/gorethink.v2/encoding"
11+
p "gopkg.in/dancannon/gorethink.v2/ql2"
1212
)
1313

1414
var (
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)