package main import ( "os" r "gopkg.in/rethinkdb/rethinkdb-go.v6" ) func init() { r.SetVerbose(true) r.Log.Out = os.Stderr }