Fleshed out how projects will be loaded and run

Started on datastores
This commit is contained in:
Tim Shannon
2016-03-30 21:48:52 +00:00
parent 8475ac6049
commit cb883bc528
4 changed files with 154 additions and 5 deletions

6
datastore/ds.go Normal file
View File

@ -0,0 +1,6 @@
// 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