Skip to content

Commit 342de8e

Browse files
committed
Added gopkg.in import
1 parent 17d6976 commit 342de8e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ Please note that this version of the driver only supports versions of RethinkDB
2020
go get -u github.com/dancannon/gorethink
2121
```
2222

23+
Or (pinned to the v1.x.x tag)
24+
```
25+
go get gopkg.in/dancannon/gorethink.v1
26+
```
27+
2328
## Connection
2429

2530
### Basic Connection

0 commit comments

Comments
 (0)