diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-16 13:50:53 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-16 13:50:53 +0200 |
commit | 6f5d433e33b5432887a8496074f0d7c7048c1167 (patch) | |
tree | dbde7ddd52cad8207c637012ceba839fd00c5fc9 /cache | |
parent | b9fc8b662ed72844a93d1019b1ecf8b60464f78e (diff) | |
download | git-bug-6f5d433e33b5432887a8496074f0d7c7048c1167.tar.gz |
docs & cleaning
Diffstat (limited to 'cache')
-rw-r--r-- | cache/doc.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cache/doc.go b/cache/doc.go new file mode 100644 index 00000000..aa6caebd --- /dev/null +++ b/cache/doc.go @@ -0,0 +1,3 @@ +// Package cache contains a caching layer on top of the low-level bug +// functions to provide efficient querying, filtering, sorting. +package cache |