From a621a580a338a281ba10863b87ce6af3c9eaec54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Sat, 5 Mar 2022 10:59:49 +0800 Subject: [PATCH] update --- readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..57106b9 --- /dev/null +++ b/readme.md @@ -0,0 +1,15 @@ +# README + +[comment]: <> (go) +[![godoc](https://pkg.go.dev/badge/gitee.com/dtapps/go-time?status.svg)](https://pkg.go.dev/gitee.com/dtapps/go-time) +[![goproxy.cn](https://goproxy.cn/stats/gitee.com/dtapps/go-time/badges/download-count.svg)](https://goproxy.cn/stats/gitee.com/dtapps/go-time) +[![goreportcard.com](https://goreportcard.com/badge/gitee.com/dtapps/go-time)](https://goreportcard.com/report/gitee.com/dtapps/go-time) +[![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/gitee.com%2Fdtapps%2Fgo-time) + +`go` time + +`go get gitee.com/dtapps/go-time` + +```go +import gitee.com/dtapps/go-time +```