update
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

master v1.0.2
李光春 2 years ago
parent 5a0141f905
commit cf182d4ba5

@ -5,21 +5,21 @@
📦 Golang 时间组件 📦 Golang 时间组件
[comment]: <> (go) [comment]: <> (go)
[![godoc](https://pkg.go.dev/badge/github.com/dtapps/gotime?status.svg)](https://pkg.go.dev/github.com/dtapps/gotime) [![godoc](https://pkg.go.dev/badge/go.dtapp.net/gotime?status.svg)](https://pkg.go.dev/go.dtapp.net/gotime)
[![goproxy.cn](https://goproxy.cn/stats/github.com/dtapps/gotime/badges/download-count.svg)](https://goproxy.cn/stats/github.com/dtapps/gotime) [![goproxy.cn](https://goproxy.cn/stats/go.dtapp.net/gotime/badges/download-count.svg)](https://goproxy.cn/stats/go.dtapp.net/gotime)
[![goreportcard.com](https://goreportcard.com/badge/github.com/dtapps/gotime)](https://goreportcard.com/report/github.com/dtapps/gotime) [![goreportcard.com](https://goreportcard.com/badge/go.dtapp.net/gotime)](https://goreportcard.com/report/go.dtapp.net/gotime)
[![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/github.com%2Fdtapps%2Fgotime) [![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/go.dtapp.net/gotime)
#### 安装使用 #### 安装使用
```go ```go
go get -v -u github.com/dtapps/gotime go get -v -u go.dtapp.net/gotime
``` ```
#### 导入 #### 导入
```go ```go
import ( import (
"github.com/dtapps/gotime" "go.dtapp.net/gotime"
) )
``` ```

@ -5,7 +5,7 @@ import (
"time" "time"
) )
const Version = "1.0.1" const Version = "1.0.2"
// 时间格式化常量 // 时间格式化常量
const ( const (

@ -1,3 +1,3 @@
module github.com/dtapps/gotime module go.dtapp.net/gotime
go 1.18 go 1.18

Loading…
Cancel
Save