aboutsummaryrefslogtreecommitdiffstats
path: root/cache/doc.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-04-18 02:48:27 +0200
committerMichael Muré <batolettre@gmail.com>2019-04-18 02:48:27 +0200
commitcc3a21acb67a9e0c06adacc78ba0bb44009f2c41 (patch)
treea9afea550f4105269252e11d22301423e7e2337b /cache/doc.go
parent5dd9d24803d065f89e2c43c6e79fec79d728d6b3 (diff)
downloadgit-bug-cc3a21acb67a9e0c06adacc78ba0bb44009f2c41.tar.gz
doc: add an architecture overview
Diffstat (limited to 'cache/doc.go')
-rw-r--r--cache/doc.go2
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