7 lines
234 B
Go
7 lines
234 B
Go
|
// Package gorethink implements a Go driver for RethinkDB
|
||
|
//
|
||
|
// Current version: v3.0.0 (RethinkDB v2.3)
|
||
|
// For more in depth information on how to use RethinkDB check out the API docs
|
||
|
// at http://rethinkdb.com/api
|
||
|
package gorethink
|