From 7d97993fc347e715f4fc4a3453407ac26df5c76f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Sun, 20 Mar 2022 11:30:17 +0800 Subject: [PATCH] update --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 696a4762..1723551f 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ [comment]: <> (go) [![go](https://github.com/dtapps/go-library/actions/workflows/go.yml/badge.svg)](https://github.com/dtapps/go-library/actions/workflows/go.yml) -[![godoc](https://pkg.go.dev/badge/gopkg.in/dtapps/go-library.v3?status.svg)](https://pkg.go.dev/gopkg.in/dtapps/go-library.v3) -[![goproxy.cn](https://goproxy.cn/stats/gopkg.in/dtapps/go-library.v3/badges/download-count.svg)](https://goproxy.cn/stats/gopkg.in/dtapps/go-library.v3) -[![goreportcard.com](https://goreportcard.com/badge/gopkg.in/dtapps/go-library.v3)](https://goreportcard.com/report/gopkg.in/dtapps/go-library.v3) +[![godoc](https://pkg.go.dev/badge/github.com/dtapps/go-library?status.svg)](https://pkg.go.dev/github.com/dtapps/go-library) +[![goproxy.cn](https://goproxy.cn/stats/github.com/dtapps/go-library/badges/download-count.svg)](https://goproxy.cn/stats/github.com/dtapps/go-library) +[![goreportcard.com](https://goreportcard.com/badge/github.com/dtapps/go-library)](https://goreportcard.com/report/github.com/dtapps/go-library) [![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/gopkg.in%2Fdtapps%2Fgo-library.v3) [![Coverage Status](https://coveralls.io/repos/github/dtapps/go-library/badge.svg?branch=master)](https://coveralls.io/github/dtapps/go-library?branch=master) [![Sourcegraph](https://sourcegraph.com/github.com/dtapps/go-library/-/badge.svg)](https://sourcegraph.com/github.com/dtapps/go-library?badge) @@ -19,10 +19,10 @@ #### 安装使用 ```go -go get -v -u gopkg.in/dtapps/go-library.v3 +go get -v -u github.com/dtapps/go-library import ( - "gopkg.in/dtapps/go-library.v3" + "github.com/dtapps/go-library" ) ``` @@ -34,7 +34,7 @@ import ( ```go import ( - "gopkg.in/dtapps/go-library.v3/utils/gotime" + "github.com/dtapps/go-library/utils/gotime" ) gotime.Current().Now() @@ -53,6 +53,6 @@ gotime.Current().TimestampWithMillisecond() ## 🔑 License -[MIT](https://gopkg.in/dtapps/go-library.v3/blob/master/LICENSE) +[MIT](https://github.com/dtapps/go-library/blob/master/LICENSE) Copyright (c) 2018 茂名聚合科技有限公司 \ No newline at end of file