From de43733484813ba7d07277ecca09c9a0530b8e6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Sat, 7 May 2022 20:48:17 +0800 Subject: [PATCH] update --- README.md | 10 +++++----- go.mod | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 53e47aa..264f738 100644 --- a/README.md +++ b/README.md @@ -5,21 +5,21 @@ 📦 Golang 缓存组件 [comment]: <> (go) -[![godoc](https://pkg.go.dev/badge/github.com/dtapps/gocache?status.svg)](https://pkg.go.dev/github.com/dtapps/gocache) -[![goproxy.cn](https://goproxy.cn/stats/github.com/dtapps/gocache/badges/download-count.svg)](https://goproxy.cn/stats/github.com/dtapps/gocache) -[![goreportcard.com](https://goreportcard.com/badge/github.com/dtapps/gocache)](https://goreportcard.com/report/github.com/dtapps/gocache) +[![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) [![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/github.com%2Fdtapps%2Fgocache) #### 安装使用 ```go -go get -v -u github.com/dtapps/gocache +go get -v -u go.dtapp.net/gocache ``` #### 导入 ```go import ( - "github.com/dtapps/gocache" + "go.dtapp.net/gocache" ) ``` \ No newline at end of file diff --git a/go.mod b/go.mod index d4bc07b..02e4efd 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/dtapps/gocache +module go.dtapp.net/gocache go 1.18