minor doc fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# gocqlx [](http://godoc.org/github.com/scylladb/gocqlx) [](https://goreportcard.com/report/github.com/scylladb/gocqlx) [](https://travis-ci.org/scylladb/gocqlx)
|
# gocqlx [](http://godoc.org/github.com/scylladb/gocqlx) [](https://goreportcard.com/report/github.com/scylladb/gocqlx) [](https://travis-ci.org/scylladb/gocqlx)
|
||||||
|
|
||||||
Package `gocqlx` is a Scylla / Cassandra productivity toolkit for `gocql`, it's
|
Package `gocqlx` is a Scylla / Cassandra productivity toolkit for `gocql`. It's
|
||||||
similar to what `sqlx` is to `database/sql`.
|
similar to what `sqlx` is to `database/sql`.
|
||||||
|
|
||||||
It contains wrappers over `gocql` types that provide convenience methods which
|
It contains wrappers over `gocql` types that provide convenience methods which
|
||||||
|
|||||||
2
doc.go
2
doc.go
@@ -1,4 +1,4 @@
|
|||||||
// Package gocqlx is a Scylla / Cassandra productivity toolkit for `gocql`, it's
|
// Package gocqlx is a Scylla / Cassandra productivity toolkit for `gocql`. It's
|
||||||
// similar to what `sqlx` is to `database/sql`.
|
// similar to what `sqlx` is to `database/sql`.
|
||||||
//
|
//
|
||||||
// It contains wrappers over gocql types that provide convenience methods which
|
// It contains wrappers over gocql types that provide convenience methods which
|
||||||
|
|||||||
Reference in New Issue
Block a user