diff options
author | Michael Muré <batolettre@gmail.com> | 2019-04-18 02:48:27 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-04-18 02:48:27 +0200 |
commit | cc3a21acb67a9e0c06adacc78ba0bb44009f2c41 (patch) | |
tree | a9afea550f4105269252e11d22301423e7e2337b /cache/doc.go | |
parent | 5dd9d24803d065f89e2c43c6e79fec79d728d6b3 (diff) | |
download | git-bug-cc3a21acb67a9e0c06adacc78ba0bb44009f2c41.tar.gz |
doc: add an architecture overview
Diffstat (limited to 'cache/doc.go')
-rw-r--r-- | cache/doc.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cache/doc.go b/cache/doc.go index aa6caebd..456c1fd3 100644 --- a/cache/doc.go +++ b/cache/doc.go @@ -1,3 +1,3 @@ -// Package cache contains a caching layer on top of the low-level bug +// Package cache contains a caching layer on top of the low-level bug and identity // functions to provide efficient querying, filtering, sorting. package cache |