Add nonworking riak

This commit is contained in:
Bel LaPointe
2019-03-13 15:02:46 -06:00
parent 8a1cf7104c
commit 46e8c15573
5 changed files with 120 additions and 22 deletions

View File

@@ -5,3 +5,5 @@ import "errors"
var ErrNotFound = errors.New("not found")
var ErrNotImpl = errors.New("not implemented")
var ErrCantConnect = errors.New("cannot connect")