makefile: added megacheck

This commit is contained in:
Michał Matczuk
2018-05-22 14:47:43 +02:00
parent 5526e60464
commit cca99d4a42
5 changed files with 30 additions and 17 deletions

View File

@@ -12,11 +12,6 @@ import (
// BATCH reference:
// https://cassandra.apache.org/doc/latest/cql/dml.html#batch
// builder is interface implemented by other builders.
type builder interface {
ToCql() (stmt string, names []string)
}
// BatchBuilder builds CQL BATCH statements.
type BatchBuilder struct {
unlogged bool