You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gocache/README.md

25 lines
718 B

2 years ago
<h1>
<a href="https://www.dtapp.net/">Golang Cache</a>
</h1>
📦 Golang 缓存组件
[comment]: <> (go)
2 years ago
[![godoc](https://pkg.go.dev/badge/go.dtapp.net/gocache?status.svg)](https://pkg.go.dev/go.dtapp.net/gocache)
[![goproxy.cn](https://goproxy.cn/stats/go.dtapp.net/gocache/badges/download-count.svg)](https://goproxy.cn/stats/go.dtapp.net/gocache)
[![goreportcard.com](https://goreportcard.com/badge/go.dtapp.net/gocache)](https://goreportcard.com/report/go.dtapp.net/gocache)
2 years ago
[![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/github.com%2Fdtapps%2Fgocache)
#### 安装使用
```go
2 years ago
go get -v -u go.dtapp.net/gocache
2 years ago
```
2 years ago
2 years ago
#### 导入
```go
2 years ago
import (
2 years ago
"go.dtapp.net/gocache"
2 years ago
)
```