Skip to content

Commit f3552c0

Browse files
committed
Update go.mod and readme
1 parent 3895606 commit f3552c0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# cachefs
22

3+
[![Go Reference](https://pkg.go.dev/badge/github.com/ancientlore/cachefs.svg)](https://pkg.go.dev/github.com/ancientlore/cachefs)
4+
35
Package `cachefs` implements a read-only cache around a `fs.FS`, using `groupcache`.
46

57
Using `cachefs` is straightforward:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ancientlore/cachefs
22

3-
go 1.17
3+
go 1.19
44

55
require (
66
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da

0 commit comments

Comments
 (0)