Skip to content

Commit

Permalink
Update content
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Nov 22, 2024
1 parent cac4ed5 commit 468d007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ go get -u gitcode.com/dromara/dongle
import "gitcode.com/dromara/dongle"
```

由于 `dongle` 已经捐赠给了 [dromara](https://dromara.org/ "dromara") 组织,仓库地址发生了改变,如果之前用的仓库地址是 `golang-module/dongle`,请在 `go.mod` 里将原地址更换为新地址,如
`Dongle` 已经捐赠给了 [dromara](https://dromara.org/ "dromara") 组织,仓库地址发生了改变,如果之前用的仓库地址是 `golang-module/dongle`,请在 `go.mod` 里将原地址更换为新地址,如

```go
go mod edit -replace github.com/golang-module/dongle=github.com/dromara/dongle
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ go get -u gitcode.com/dromara/dongle
import "gitcode.com/dromara/dongle"
```

`dongle` was donated to the [dromara](https://dromara.org/ "dromara") organization, the repository url has changed. If the previous repository used was `golang-module/dongle`, please replace the original repository with the new repository in `go.mod`, for example
`Dongle` was donated to the [dromara](https://dromara.org/ "dromara") organization, the repository url has changed. If the previous repository used was `golang-module/dongle`, please replace the original repository with the new repository in `go.mod`, for example

```go
go mod edit -replace github.com/golang-module/dongle=github.com/dromara/dongle
Expand Down

0 comments on commit 468d007

Please sign in to comment.