diff options
Diffstat (limited to 'cache/doc.go')
-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 |