notice update

This commit is contained in:
Michał Matczuk
2017-08-23 10:20:39 +02:00
parent 4025a4d426
commit ff828f9198
4 changed files with 22 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
// Package qb provides CQL (Scylla / Cassandra query language) query builders.
// The builders create CQL statement and a list of named parameters that can
// later be bound using github.com/scylladb/gocqlx.
// Package qb provides CQL query builders. The builders create CQL statement
// and a list of named parameters that can later be bound using
// github.com/scylladb/gocqlx.
package qb