7 lines
261 B
Go
7 lines
261 B
Go
|
// Copyright 2016 Tim Shannon. All rights reserved.
|
||
|
// Use of this source code is governed by the MIT license
|
||
|
// that can be found in the LICENSE file.
|
||
|
|
||
|
// Package datastore manages the bolt data files and the reading and writing data to them
|
||
|
package datastore
|