golang-module/carbon -> dromara/carbon

This commit is contained in:
gouguoyin 2024-11-22 16:14:58 +08:00
parent 535ad8c225
commit fe4bf81c44
3 changed files with 0 additions and 9 deletions

View File

@ -28,17 +28,14 @@
```go
// 使用 github 库
go get -u github.com/dromara/carbon/v2
import "github.com/dromara/carbon/v2"
// 使用 gitee 库
go get -u gitee.com/dromara/carbon/v2
import "gitee.com/dromara/carbon/v2"
// 使用 gitcode 库
go get -u gitcode.com/dromara/carbon/v2
import "gitcode.com/dromara/carbon/v2"
```

View File

@ -30,18 +30,15 @@ Carbon は [awesome-go](https://github.com/avelino/awesome-go#date-and-time "awe
```go
// github 倉庫を使う
go get -u github.com/dromara/carbon/v2
import "github.com/dromara/carbon/v2"
// gitee 倉庫を使う
go get -u gitee.com/dromara/carbon/v2
import "gitee.com/dromara/carbon/v2"
// gitcode 倉庫を使う
go get -u gitcode.com/dromara/carbon/v2
import "gitcode.com/dromara/carbon/v2"
```

View File

@ -29,17 +29,14 @@ by [awesome-go](https://github.com/avelino/awesome-go#date-and-time "awesome-go"
```go
// By github
go get -u github.com/dromara/carbon/v2
import "github.com/dromara/carbon/v2"
// By gitee
go get -u gitee.com/dromara/carbon/v2
import "gitee.com/dromara/carbon/v2"
// By gitcode
go get -u gitcode.com/dromara/carbon/v2
import "gitee.com/dromara/gitcode/v2"
```