v2.1.6 更新文档

This commit is contained in:
gouguoyin 2022-05-07 02:32:40 +00:00 committed by Gitee
parent 17ceb66507
commit 636e088de5
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"
)
```