store: add ErrResourceDoesNotExist and update memory implementation

This commit is contained in:
Leo Balduf
2016-05-01 17:56:07 -04:00
parent a081e5195b
commit 468eefee57
10 changed files with 81 additions and 29 deletions
+1 -1
View File
@@ -8,8 +8,8 @@ package tracker
import (
"errors"
"fmt"
"github.com/chihaya/chihaya"
)