From 48efcb04a90a29e0de9044b320f64604cadf9301 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Sat, 19 Mar 2022 14:25:06 +0800 Subject: [PATCH] update --- LICENSE | 21 +++++++++++++++++++++ README.md | 15 +++++++++++++++ go.mod | 2 +- readme.md | 15 --------------- 4 files changed, 37 insertions(+), 16 deletions(-) create mode 100644 LICENSE create mode 100644 README.md delete mode 100644 readme.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..a0d0e5b --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 茂名聚合科技有限公司 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..d3d2e9d --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# README + +[comment]: <> (go) +[![godoc](https://pkg.go.dev/badge/gitee.com/dtapps/gotime?status.svg)](https://pkg.go.dev/gitee.com/dtapps/gotime) +[![goproxy.cn](https://goproxy.cn/stats/gitee.com/dtapps/gotime/badges/download-count.svg)](https://goproxy.cn/stats/gitee.com/dtapps/gotime) +[![goreportcard.com](https://goreportcard.com/badge/gitee.com/dtapps/gotime)](https://goreportcard.com/report/gitee.com/dtapps/gotime) +[![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/gitee.com%2Fdtapps%2Fgotime) + +`go` time + +`go get gitee.com/dtapps/gotime` + +```go +import gitee.com/dtapps/gotime +``` diff --git a/go.mod b/go.mod index db4530b..4fb04b3 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module gitee.com/dtapps/go-time +module gitee.com/dtapps/gotime go 1.17 diff --git a/readme.md b/readme.md deleted file mode 100644 index 57106b9..0000000 --- a/readme.md +++ /dev/null @@ -1,15 +0,0 @@ -# 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 -```