Skip to content

Commit ff457ca

Browse files
committed
Merge pull request #256 from yelinaung/master
Import "log" for the example
2 parents e2cef02 + 0ecec44 commit ff457ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Setting up a basic connection with RethinkDB is simple:
3434
```go
3535
import (
3636
r "github.com/dancannon/gorethink"
37+
"log"
3738
)
3839

3940
var session *r.Session

0 commit comments

Comments
 (0)