mirror of
https://gitee.com/dromara/carbon.git
synced 2024-11-29 18:57:37 +08:00
golang-module/carbon
-> dromara/carbon
This commit is contained in:
parent
535ad8c225
commit
fe4bf81c44
@ -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"
|
||||
```
|
||||
|
||||
|
@ -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"
|
||||
```
|
||||
|
||||
|
@ -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"
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user