Woodpecker
ci/woodpecker/push/woodpecker Pipeline was successful Details

master
Caj Larsson 1 year ago
parent af9deadd7c
commit 1aa8a3f636

@ -0,0 +1,5 @@
pipeline:
build:
image: golang
commands:
- go test

@ -1,10 +1,14 @@
# go-cache
```
[![test-and-lint](https://github.com/num30/go-cache/actions/workflows/test.yaml/badge.svg)](https://github.com/num30/go-cache/actions/workflows/test.yaml)
[![codecov](https://codecov.io/gh/num30/go-cache/branch/main/graph/badge.svg?token=FMvJ4TbC2r)](https://codecov.io/gh/num30/go-cache)
[![Go Report Card](https://goreportcard.com/badge/github.com/num30/go-cache)](https://goreportcard.com/report/github.com/num30/go-cache)
[![Go Reference](https://pkg.go.dev/badge/github.com/num30/go-cache.svg)](https://pkg.go.dev/github.com/num30/go-cache)
```
[![status-badge](https://ci.sg.caj.me/api/badges/caj/go-cache/status.svg)](https://ci.sg.caj.me/caj/go-cache)
go-cache is a port of great [go-cache](https://github.com/patrickmn/go-cache) library that was written by @patrickmn. The main defference is that it relies on generics instead of reflection.
go-cache is a in-memory key:value store/cache similar to memcached that is

Loading…
Cancel
Save