Skip to content

Commit 1a682cd

Browse files
committed
update go module url
1 parent bd4c094 commit 1a682cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# 二、安装
2020

2121
```bash
22-
go get github.com/CC11001100/go-stack
22+
go get github.com/golang-infrastructure/go-stack
2323
```
2424

2525
# 三、目前实现的栈

README_en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This project is a Go language implementation version of various types of stacks.
1818
# 2. Installation
1919

2020
```bash
21-
go get github.com/CC11001100/go-stack
21+
go get github.com/golang-infrastructure/go-stack
2222
```
2323
# 3. Currently implemented stack
2424

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/CC11001100/go-stack
1+
module github.com/golang-infrastructure/go-stack
22

33
go 1.18
44

0 commit comments

Comments
 (0)