Skip to content

Commit

Permalink
v2.1.6 update content
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin authored May 7, 2022
1 parent b5048a2 commit b23ec6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ it is helpful, please give me a star
go get -u github.com/golang-module/carbon/v2

import (
"github.com/golang-module/carbon/v2"
"github.com/golang-module/carbon/v2"
)

// By gitee
go get -u gitee.com/golang-module/carbon/v2

import (
"gitee.com/golang-module/carbon/v2"
"gitee.com/golang-module/carbon/v2"
)
```

Expand All @@ -47,14 +47,14 @@ import (
go get -u github.com/golang-module/carbon

import (
"github.com/golang-module/carbon"
"github.com/golang-module/carbon"
)

// By gitee
go get -u gitee.com/golang-module/carbon

import (
"gitee.com/golang-module/carbon"
"gitee.com/golang-module/carbon"
)
```

Expand Down

0 comments on commit b23ec6c

Please sign in to comment.