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

master v1.0.3
李光春 2 years ago
parent 6ae23a903b
commit 98ebadd42c

@ -5,15 +5,15 @@
📦 Golang 小数点处理
[comment]: <> (go)
[![godoc](https://pkg.go.dev/badge/github.com/dtapps/godecimal?status.svg)](https://pkg.go.dev/github.com/dtapps/godecimal)
[![goproxy.cn](https://goproxy.cn/stats/github.com/dtapps/godecimal/badges/download-count.svg)](https://goproxy.cn/stats/github.com/dtapps/godecimal)
[![goreportcard.com](https://goreportcard.com/badge/github.com/dtapps/godecimal)](https://goreportcard.com/report/github.com/dtapps/godecimal)
[![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/github.com%2Fdtapps%2Fgodecimal)
[![godoc](https://pkg.go.dev/badge/go.dtapp.net/godecimal?status.svg)](https://pkg.go.dev/go.dtapp.net/godecimal)
[![goproxy.cn](https://goproxy.cn/stats/go.dtapp.net/godecimal/badges/download-count.svg)](https://goproxy.cn/stats/go.dtapp.net/godecimal)
[![goreportcard.com](https://goreportcard.com/badge/go.dtapp.net/godecimal)](https://goreportcard.com/report/go.dtapp.net/godecimal)
[![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/go.dtapp.net%2Fgodecimal)
#### 安装
```go
go get -v -u github.com/dtapps/godecimal
go get -v -u go.dtapp.net/godecimal
```
#### 使用
@ -22,7 +22,7 @@ go get -v -u github.com/dtapps/godecimal
package main
import (
"github.com/dtapps/godecimal"
"go.dtapp.net/godecimal"
"log"
"reflect"
)

@ -1,4 +1,4 @@
module github.com/dtapps/godecimal
module go.dtapp.net/godecimal
go 1.18

@ -1,3 +1,3 @@
package godecimal
const Version = "1.0.2"
const Version = "1.0.3"

Loading…
Cancel
Save