v2.1.6 更新文档

This commit is contained in:
gouguoyin 2022-05-07 02:28:54 +00:00 committed by Gitee
parent b84f73dfb6
commit 335b4f97d5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -33,7 +33,7 @@ import (
go get -u gitee.com/golang-module/carbon/v2
import (
"gitee.com/golang-module/carbon/v2"
"gitee.com/golang-module/carbon/v2"
)
```
@ -44,14 +44,14 @@ import (
go get -u github.com/golang-module/carbon
import (
"github.com/golang-module/carbon"
"github.com/golang-module/carbon"
)
// 使用 gitee 库
go get -u gitee.com/golang-module/carbon
import (
"gitee.com/golang-module/carbon"
"gitee.com/golang-module/carbon"
)
```