Skip to content

Commit 2b3871b

Browse files
committed
style: transfer ownership
1 parent df7d2f9 commit 2b3871b

12 files changed

+22
-21
lines changed

Makefile-for-http

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SHELL := /bin/bash
22

3-
PROJECT_NAME := "github.com/zhufuyi/sponge"
3+
PROJECT_NAME := "github.com/go-dev-frame/sponge"
44
PKG := "$(PROJECT_NAME)"
55
PKG_LIST := $(shell go list ${PKG}/... | grep -v /vendor/ | grep -v /api/ | grep -v /cmd/)
66

@@ -31,7 +31,7 @@ cover:
3131
graph:
3232
@echo "generating graph ......"
3333
@cp -f cmd/serverNameExample_mixExample/main.go .
34-
go-callvis -skipbrowser -format=svg -nostd -file=serverNameExample_mixExample github.com/zhufuyi/sponge
34+
go-callvis -skipbrowser -format=svg -nostd -file=serverNameExample_mixExample github.com/go-dev-frame/sponge
3535
@rm -f main.go serverNameExample_mixExample.gv
3636

3737

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121

2222
### Use Cases
2323

24-
sponge is suitable for quickly developing various high-performance backend services, including but not limited to:
25-
- `Web` services;
24+
Sponge is suitable for quickly developing various high-performance backend services, including but not limited to:
25+
26+
- `Web` services (gin);
2627
- `gRPC` services;
2728
- `HTTP+gRPC` hybrid services;
2829
- `gRPC Gateway API` services.

assets/install-cn.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
2929
为了安装方便,已经把sponge及其依赖的程序打包在一起,下载地址(选择一个下载即可):
3030

31-
- 百度云:[**sponge-install.zip**](https://pan.baidu.com/s/1fiTiMROkiIIzAdj2bk93CA?pwd=prys)
31+
- 百度云:[**sponge-install.zip**](https://pan.baidu.com/s/1UVbbBR7Df623GYGQMFsyew?pwd=jhqm)
3232
- 蓝奏云:[**sponge安装文件**](https://wwm.lanzoue.com/b049fldpi) 密码:5rq9,共下载4个文件,安装前先看`安装说明.txt`文件。
3333

3434
下载文件后:
@@ -38,11 +38,11 @@
3838
(2) 在任意文件夹下右键(显示更多选项),选择【Open Git Bash here】打开git bash终端:
3939

4040
```bash
41+
# 如果当前使用sponge的版本低于 v1.11.1,需要先更新sponge二进制文件
42+
go install github.com/go-dev-frame/sponge/cmd/sponge@latest
43+
4144
# 初始化sponge
4245
sponge init
43-
44-
# 查看sponge版本
45-
sponge -v
4646
```
4747

4848
注意:

assets/install-en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Make sure the go locale is installed before installing sponge, and add `GOBIN` t
2424

2525
> Because sponge depends on some linux commands, git bash and make need to be installed in windows to support the linux command environment.
2626
27-
For installation convenience, sponge and its dependent programs have been packaged together, download address: [sponge-install.zip](https://drive.google.com/drive/folders/1T55lLXDBIQCnL5IQ-i1hWJovgLI2l0k1?usp=sharing)
27+
For installation convenience, sponge and its dependent programs have been packaged together, download address: [**sponge-install.zip**](https://drive.google.com/drive/folders/1T55lLXDBIQCnL5IQ-i1hWJovgLI2l0k1?usp=sharing)
2828

2929
After downloading the file:
3030

@@ -33,11 +33,11 @@ After downloading the file:
3333
2. Right-click any folder (Show more options) and select **Open Git Bash here** to open the git bash terminal:
3434

3535
```bash
36+
# If the current version of Sponge is lower than v1.11.1, the Sponge binary file needs to be updated first
37+
go install github.com/go-dev-frame/sponge/cmd/sponge@latest
38+
3639
# Initialize sponge, automatically install sponge's dependency plugins
3740
sponge init
38-
39-
# Check sponge version
40-
sponge -v
4141
```
4242

4343
Note:

cmd/sponge/server/static/css/app.3d134e63c201ca5d0b462d725e87ede7.css renamed to cmd/sponge/server/static/css/app.15ecf432fbe3770b657fbfaef85d4afa.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/sponge/server/static/css/app.3d134e63c201ca5d0b462d725e87ede7.css.map renamed to cmd/sponge/server/static/css/app.15ecf432fbe3770b657fbfaef85d4afa.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/sponge/server/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>Sponge Generate Code</title><link rel=icon type=image/png sizes=32x32 href="/static/favicon.png?v=1.0"><script type=text/javascript src=/static/appConfig.js async></script><link href=/static/css/app.3d134e63c201ca5d0b462d725e87ede7.css rel=stylesheet></head><body style="margin: 0px; padding: 0px;"><style>.el-tooltip__popper {box-shadow: 3px 3px 10px 5px #d3d3d6;border-width: 0px !important;}
2-
.el-tooltip__popper[x-placement^="top"] .popper__arrow:after {border-top-color: #dcdfe6 !important;}</style><div id=app></div><script type=text/javascript src=/static/js/manifest.2ae2e69a05c33dfc65f8.js></script><script type=text/javascript src=/static/js/vendor.d8cdb3748af43d2ae51a.js></script><script type=text/javascript src=/static/js/app.f639ad32a9e4083ec2db.js></script></body></html>
1+
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>Sponge Generate Code</title><link rel=icon type=image/png sizes=32x32 href="/static/favicon.png?v=1.0"><script type=text/javascript src=/static/appConfig.js async></script><link href=/static/css/app.15ecf432fbe3770b657fbfaef85d4afa.css rel=stylesheet></head><body style="margin: 0px; padding: 0px;"><style>.el-tooltip__popper {box-shadow: 3px 3px 10px 5px #d3d3d6;border-width: 0px !important;}
2+
.el-tooltip__popper[x-placement^="top"] .popper__arrow:after {border-top-color: #dcdfe6 !important;}</style><div id=app></div><script type=text/javascript src=/static/js/manifest.2ae2e69a05c33dfc65f8.js></script><script type=text/javascript src=/static/js/vendor.d8cdb3748af43d2ae51a.js></script><script type=text/javascript src=/static/js/app.504791adb7ad33216b96.js></script></body></html>

cmd/sponge/server/static/js/app.504791adb7ad33216b96.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/sponge/server/static/js/app.504791adb7ad33216b96.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/sponge/server/static/js/app.f639ad32a9e4083ec2db.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

cmd/sponge/server/static/js/app.f639ad32a9e4083ec2db.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

cmd/sponge/server/static/js/manifest.2ae2e69a05c33dfc65f8.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)