We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3895606 commit f3552c0Copy full SHA for f3552c0
README.md
@@ -1,5 +1,7 @@
1
# cachefs
2
3
+[](https://pkg.go.dev/github.com/ancientlore/cachefs)
4
+
5
Package `cachefs` implements a read-only cache around a `fs.FS`, using `groupcache`.
6
7
Using `cachefs` is straightforward:
go.mod
@@ -1,6 +1,6 @@
module github.com/ancientlore/cachefs
-go 1.17
+go 1.19
require (
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
0 commit comments