This commit is contained in:
gouguoyin 2022-05-26 00:37:19 +00:00 committed by Gitee
parent 29a21253eb
commit 95a43fd225
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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"
)
```
> v1とv2の違いについては、<a href="#人気のある問題">人気のある問題</a>をご覧ください。