示例#1
0
func rethinkToJSON(row gorethink.Term) interface{} {
	return row.ToJSON()
}