docs: whitespace fix

This commit is contained in:
Michał Matczuk
2017-08-23 16:07:55 +02:00
parent 0aeec73b2a
commit 4025a4d426
4 changed files with 9 additions and 9 deletions

2
doc.go
View File

@@ -2,6 +2,6 @@
// similar to what `sqlx` is to `database/sql`.
//
// It contains wrappers over gocql types that provide convenience methods which
// are useful in the development of database driven applications. Under the
// are useful in the development of database driven applications. Under the
// hood it uses sqlx/reflectx package so sqlx models will also work with gocqlx.
package gocqlx