LearnGO/go/pkg/mod/github.com/hashicorp/golang-lru@v1.0.2
2024-09-19 21:38:24 -04:00
..
.github/workflows whatcanGOwrong 2024-09-19 21:38:24 -04:00
simplelru whatcanGOwrong 2024-09-19 21:38:24 -04:00
.gitignore whatcanGOwrong 2024-09-19 21:38:24 -04:00
.golangci.yml whatcanGOwrong 2024-09-19 21:38:24 -04:00
2q_test.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
2q.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
arc_test.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
arc.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
doc.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
go.mod whatcanGOwrong 2024-09-19 21:38:24 -04:00
LICENSE whatcanGOwrong 2024-09-19 21:38:24 -04:00
lru_test.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
lru.go whatcanGOwrong 2024-09-19 21:38:24 -04:00
README.md whatcanGOwrong 2024-09-19 21:38:24 -04:00
testing.go whatcanGOwrong 2024-09-19 21:38:24 -04:00

golang-lru

Please upgrade to github.com/hashicorp/golang-lru/v2 for all new code as v1 will not be updated anymore. The v2 version supports generics and is faster; old code can specify a specific tag, e.g. github.com/hashicorp/golang-lru/v1.0.2 for backwards compatibility.