Fleshed out how projects will be loaded and run
Started on datastores
This commit is contained in:
6
datastore/ds.go
Normal file
6
datastore/ds.go
Normal 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
|
Reference in New Issue
Block a user