diff --git a/README.md b/README.md index bca3ac7..678dac8 100644 --- a/README.md +++ b/README.md @@ -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" ) diff --git a/go.mod b/go.mod index 1995b8a..a6431b7 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/dtapps/godecimal +module go.dtapp.net/godecimal go 1.18 diff --git a/version.go b/version.go index 20b9b48..e9f412f 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package godecimal -const Version = "1.0.2" +const Version = "1.0.3"