mirror of
https://gitee.com/dromara/carbon.git
synced 2024-12-02 12:17:37 +08:00
v2.1.6 更新文档
This commit is contained in:
parent
17ceb66507
commit
636e088de5
@ -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"
|
||||
)
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user