8 lines
239 B
Go
8 lines
239 B
Go
// Copyright (C) 2017 ScyllaDB
|
|
// Use of this source code is governed by a ALv2-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// Package table adds support for super simple CRUD operations based on table
|
|
// model.
|
|
package table
|