summaryrefslogtreecommitdiffstats
path: root/cedar.go
diff options
context:
space:
mode:
Diffstat (limited to 'cedar.go')
-rw-r--r--cedar.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/cedar.go b/cedar.go
index 2dfc058..0c20788 100644
--- a/cedar.go
+++ b/cedar.go
@@ -120,4 +120,9 @@ func (cache *Ids) add(entry Entry) {
*cache = c
}
+func (cache Ids) save() error {
+ // Dummy for now.
+ return nil
+}
+
func main() {}