We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4c094 commit 1a682cdCopy full SHA for 1a682cd
README.md
@@ -19,7 +19,7 @@
19
# 二、安装
20
21
```bash
22
-go get github.com/CC11001100/go-stack
+go get github.com/golang-infrastructure/go-stack
23
```
24
25
# 三、目前实现的栈
README_en.md
@@ -18,7 +18,7 @@ This project is a Go language implementation version of various types of stacks.
18
# 2. Installation
# 3. Currently implemented stack
go.mod
@@ -1,4 +1,4 @@
1
-module github.com/CC11001100/go-stack
+module github.com/golang-infrastructure/go-stack
2
3
go 1.18
4
0 commit comments