doc.go 320 B

123456789
  1. // Copyright (c) 2012-2015 The gocql Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. // Package gocql implements a fast and robust Cassandra driver for the
  5. // Go programming language.
  6. package gocql
  7. // TODO(tux21b): write more docs.