Skip to content

Commit 9272626

Browse files
committed
chore: rename mod
1 parent bad1c7e commit 9272626

File tree

684 files changed

+117974
-120148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

684 files changed

+117974
-120148
lines changed

README.md

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# Faygo [![report card](https://goreportcard.com/badge/github.com/henrylee2cn/faygo?style=flat-square)](http://goreportcard.com/report/henrylee2cn/faygo) [![github issues](https://img.shields.io/github/issues/henrylee2cn/faygo.svg?style=flat-square)](https://github.com/henrylee2cn/faygo/issues?q=is%3Aopen+is%3Aissue) [![github closed issues](https://img.shields.io/github/issues-closed-raw/henrylee2cn/faygo.svg?style=flat-square)](https://github.com/henrylee2cn/faygo/issues?q=is%3Aissue+is%3Aclosed) [![GitHub release](https://img.shields.io/github/release/henrylee2cn/faygo.svg?style=flat-square)](https://github.com/henrylee2cn/faygo/releases) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/henrylee2cn/faygo) [![view Go网络编程群](https://img.shields.io/badge/官方QQ群-Go网络编程(42730308)-27a5ea.svg?style=flat-square)](http://jq.qq.com/?_wv=1027&k=fzi4p1)
1+
# Faygo [![report card](https://goreportcard.com/badge/github.com/andeya/faygo?style=flat-square)](http://goreportcard.com/report/andeya/faygo) [![github issues](https://img.shields.io/github/issues/andeya/faygo.svg?style=flat-square)](https://github.com/andeya/faygo/issues?q=is%3Aopen+is%3Aissue) [![github closed issues](https://img.shields.io/github/issues-closed-raw/andeya/faygo.svg?style=flat-square)](https://github.com/andeya/faygo/issues?q=is%3Aissue+is%3Aclosed) [![GitHub release](https://img.shields.io/github/release/andeya/faygo.svg?style=flat-square)](https://github.com/andeya/faygo/releases) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/andeya/faygo) [![view Go网络编程群](https://img.shields.io/badge/官方QQ群-Go网络编程(42730308)-27a5ea.svg?style=flat-square)](http://jq.qq.com/?_wv=1027&k=fzi4p1)
22

3-
![Faygo Favicon](https://github.com/henrylee2cn/faygo/raw/master/doc/faygo_96x96.png)
3+
![Faygo Favicon](https://github.com/andeya/faygo/raw/master/doc/faygo_96x96.png)
44

5-
Faygo is a fast and concise Go Web framework that can be used to develop high-performance web app(especially API) with fewer codes. Just define a struct Handler, Faygo will automatically bind/verify the request parameters and generate the online API doc. [Go to \<User Manual\>](https://github.com/henrylee2cn/faydoc)
5+
Faygo is a fast and concise Go Web framework that can be used to develop high-performance web app(especially API) with fewer codes. Just define a struct Handler, Faygo will automatically bind/verify the request parameters and generate the online API doc. [Go to \<User Manual\>](https://github.com/andeya/faydoc)
66

7-
[简体中文](https://github.com/henrylee2cn/faygo/blob/master/README_ZH.md)
7+
[简体中文](https://github.com/andeya/faygo/blob/master/README_ZH.md)
88

9-
![faygo index](https://github.com/henrylee2cn/faygo/raw/master/doc/index.png)
9+
![faygo index](https://github.com/andeya/faygo/raw/master/doc/index.png)
1010

11-
![faygo apidoc](https://github.com/henrylee2cn/faygo/raw/master/doc/apidoc.png)
11+
![faygo apidoc](https://github.com/andeya/faygo/raw/master/doc/apidoc.png)
1212

13-
![faygo server](https://github.com/henrylee2cn/faygo/raw/master/doc/server.png)
13+
![faygo server](https://github.com/andeya/faygo/raw/master/doc/server.png)
1414

1515

1616
## Latest version
@@ -28,13 +28,13 @@ Go Version ≥ 1.8
2828
- Way 1: download source
2929

3030
```sh
31-
go get -u -v github.com/henrylee2cn/faygo
31+
go get -u -v github.com/andeya/faygo
3232
```
3333

34-
- Way 2: deployment tools ([Go to fay](https://github.com/henrylee2cn/fay))
34+
- Way 2: deployment tools ([Go to fay](https://github.com/andeya/fay))
3535

3636
```sh
37-
go get -u -v github.com/henrylee2cn/fay
37+
go get -u -v github.com/andeya/fay
3838
```
3939

4040
```
@@ -84,7 +84,7 @@ HTTPS/HTTP2(TLS on UNIX socket) | `unix_https`
8484
- Most features try to use simple ini configs to avoid unnecessary recompilation, and these profiles can be automatically assigned default values
8585
- Provide `gorm`, ` xorm`, `sqlx`, ` directSQL`, `Websocket`, ` ini`, `http client` and many other commonly used expansion packages
8686

87-
![faygo handler multi-usage](https://github.com/henrylee2cn/faygo/raw/master/doc/MultiUsage.png)
87+
![faygo handler multi-usage](https://github.com/andeya/faygo/raw/master/doc/MultiUsage.png)
8888

8989
## Simple example
9090

@@ -94,7 +94,7 @@ package main
9494
import (
9595
// "mime/multipart"
9696
"time"
97-
"github.com/henrylee2cn/faygo"
97+
"github.com/andeya/faygo"
9898
)
9999

100100
type Index struct {
@@ -143,7 +143,7 @@ response:
143143
*/
144144
```
145145

146-
[All samples](https://github.com/henrylee2cn/faygo/raw/master/samples)
146+
[All samples](https://github.com/andeya/faygo/raw/master/samples)
147147

148148
## Handler and middleware
149149

@@ -413,19 +413,19 @@ float64 | []float64 |
413413

414414
package summary | import path
415415
-----------------|-----------------------------------------------------------------------------------------------------------------
416-
[barcode](https://github.com/henrylee2cn/faygo/raw/master/ext/barcode) | `github.com/henrylee2cn/faygo/ext/barcode`
417-
[Bit unit conversion](https://github.com/henrylee2cn/faygo/raw/master/ext/bitconv) | `github.com/henrylee2cn/faygo/ext/bitconv`
418-
[gorm(DB ORM)](https://github.com/henrylee2cn/faygo/raw/master/ext/db/gorm) | `github.com/henrylee2cn/faygo/ext/db/gorm`
419-
[sqlx(DB ext)](https://github.com/henrylee2cn/faygo/raw/master/ext/db/sqlx) | `github.com/henrylee2cn/faygo/ext/db/sqlx`
420-
[xorm(DB ORM)](https://github.com/henrylee2cn/faygo/raw/master/ext/db/xorm) | `github.com/henrylee2cn/faygo/ext/db/xorm`
421-
[directSQL(Configured SQL engine)](https://github.com/henrylee2cn/faygo/raw/master/ext/db/directsql) | `github.com/henrylee2cn/faygo/ext/db/directsql`
422-
[One-time Password](https://github.com/henrylee2cn/faygo/raw/master/ext/otp) | `github.com/henrylee2cn/faygo/ext/otp`
423-
[UUID](https://github.com/henrylee2cn/faygo/raw/master/ext/uuid) | `github.com/henrylee2cn/faygo/ext/uuid`
424-
[Websocket](https://github.com/henrylee2cn/faygo/raw/master/ext/websocket) | `github.com/henrylee2cn/faygo/ext/websocket`
425-
[ini](https://github.com/henrylee2cn/faygo/raw/master/ini) | `github.com/henrylee2cn/faygo/ini`
426-
[cron](https://github.com/henrylee2cn/faygo/raw/master/ext/cron) | `github.com/henrylee2cn/faygo/ext/cron`
427-
[task](https://github.com/henrylee2cn/faygo/raw/master/ext/task) | `github.com/henrylee2cn/faygo/ext/task`
428-
[http client](https://github.com/henrylee2cn/faygo/raw/master/ext/surfer) | `github.com/henrylee2cn/faygo/ext/surfer`
416+
[barcode](https://github.com/andeya/faygo/raw/master/ext/barcode) | `github.com/andeya/faygo/ext/barcode`
417+
[Bit unit conversion](https://github.com/andeya/faygo/raw/master/ext/bitconv) | `github.com/andeya/faygo/ext/bitconv`
418+
[gorm(DB ORM)](https://github.com/andeya/faygo/raw/master/ext/db/gorm) | `github.com/andeya/faygo/ext/db/gorm`
419+
[sqlx(DB ext)](https://github.com/andeya/faygo/raw/master/ext/db/sqlx) | `github.com/andeya/faygo/ext/db/sqlx`
420+
[xorm(DB ORM)](https://github.com/andeya/faygo/raw/master/ext/db/xorm) | `github.com/andeya/faygo/ext/db/xorm`
421+
[directSQL(Configured SQL engine)](https://github.com/andeya/faygo/raw/master/ext/db/directsql) | `github.com/andeya/faygo/ext/db/directsql`
422+
[One-time Password](https://github.com/andeya/faygo/raw/master/ext/otp) | `github.com/andeya/faygo/ext/otp`
423+
[UUID](https://github.com/andeya/faygo/raw/master/ext/uuid) | `github.com/andeya/faygo/ext/uuid`
424+
[Websocket](https://github.com/andeya/faygo/raw/master/ext/websocket) | `github.com/andeya/faygo/ext/websocket`
425+
[ini](https://github.com/andeya/faygo/raw/master/ini) | `github.com/andeya/faygo/ini`
426+
[cron](https://github.com/andeya/faygo/raw/master/ext/cron) | `github.com/andeya/faygo/ext/cron`
427+
[task](https://github.com/andeya/faygo/raw/master/ext/task) | `github.com/andeya/faygo/ext/task`
428+
[http client](https://github.com/andeya/faygo/raw/master/ext/surfer) | `github.com/andeya/faygo/ext/surfer`
429429

430430

431431
## Know Cases
@@ -443,7 +443,7 @@ OneFor | App | https://fir.im/eqb
443443

444444
<a href="https://tech.pingan.com/index.html" style="margin-right: -120px"><img src="http://pa-tech.hirede.com/templates/pa-tech/Images/logo.png" height="50" width="406" alt="平安科技"/></a>
445445
&nbsp;&nbsp;
446-
<a href="https://www.followme.cn/"><img src="https://raw.githubusercontent.com/henrylee2cn/imgs-repo/master/followme.png" height="60" alt="Followme"/></a>
446+
<a href="https://www.followme.cn/"><img src="https://raw.githubusercontent.com/andeya/imgs-repo/master/followme.png" height="60" alt="Followme"/></a>
447447
<br/>
448448
<a href="https://www.df-house.com/"><img src="https://www.df-house.com/dfhouse/img/logo.png" height="50" alt="杭州盯房科技有限公司"/></a>
449449
&nbsp;&nbsp;
@@ -453,4 +453,4 @@ OneFor | App | https://fir.im/eqb
453453

454454
## License
455455

456-
Faygo is under Apache v2 License. See the [LICENSE](https://github.com/henrylee2cn/faygo/raw/master/LICENSE) file for the full license text
456+
Faygo is under Apache v2 License. See the [LICENSE](https://github.com/andeya/faygo/raw/master/LICENSE) file for the full license text

README_ZH.md

+27-27
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# Faygo [![report card](https://goreportcard.com/badge/github.com/henrylee2cn/faygo?style=flat-square)](http://goreportcard.com/report/henrylee2cn/faygo) [![github issues](https://img.shields.io/github/issues/henrylee2cn/faygo.svg?style=flat-square)](https://github.com/henrylee2cn/faygo/issues?q=is%3Aopen+is%3Aissue) [![github closed issues](https://img.shields.io/github/issues-closed-raw/henrylee2cn/faygo.svg?style=flat-square)](https://github.com/henrylee2cn/faygo/issues?q=is%3Aissue+is%3Aclosed) [![GitHub release](https://img.shields.io/github/release/henrylee2cn/faygo.svg?style=flat-square)](https://github.com/henrylee2cn/faygo/releases) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/henrylee2cn/faygo) [![view Go网络编程群](https://img.shields.io/badge/官方QQ群-Go网络编程(42730308)-27a5ea.svg?style=flat-square)](http://jq.qq.com/?_wv=1027&k=fzi4p1)
1+
# Faygo [![report card](https://goreportcard.com/badge/github.com/andeya/faygo?style=flat-square)](http://goreportcard.com/report/andeya/faygo) [![github issues](https://img.shields.io/github/issues/andeya/faygo.svg?style=flat-square)](https://github.com/andeya/faygo/issues?q=is%3Aopen+is%3Aissue) [![github closed issues](https://img.shields.io/github/issues-closed-raw/andeya/faygo.svg?style=flat-square)](https://github.com/andeya/faygo/issues?q=is%3Aissue+is%3Aclosed) [![GitHub release](https://img.shields.io/github/release/andeya/faygo.svg?style=flat-square)](https://github.com/andeya/faygo/releases) [![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/andeya/faygo) [![view Go网络编程群](https://img.shields.io/badge/官方QQ群-Go网络编程(42730308)-27a5ea.svg?style=flat-square)](http://jq.qq.com/?_wv=1027&k=fzi4p1)
22

3-
![Faygo Favicon](https://github.com/henrylee2cn/faygo/raw/master/doc/faygo_96x96.png)
3+
![Faygo Favicon](https://github.com/andeya/faygo/raw/master/doc/faygo_96x96.png)
44

55
Faygo 是一款快速、简洁的Go Web框架,可用极少的代码开发出高性能的Web应用程序(尤其是API接口)。只需定义 struct Handler,Faygo 就能自动绑定、验证请求参数并生成在线API文档。
66

77

8-
[查看《用户手册》](https://github.com/henrylee2cn/faydoc)
8+
[查看《用户手册》](https://github.com/andeya/faydoc)
99

10-
![faygo index](https://github.com/henrylee2cn/faygo/raw/master/doc/index.png)
10+
![faygo index](https://github.com/andeya/faygo/raw/master/doc/index.png)
1111

12-
![faygo apidoc](https://github.com/henrylee2cn/faygo/raw/master/doc/apidoc.png)
12+
![faygo apidoc](https://github.com/andeya/faygo/raw/master/doc/apidoc.png)
1313

14-
![faygo server](https://github.com/henrylee2cn/faygo/raw/master/doc/server.png)
14+
![faygo server](https://github.com/andeya/faygo/raw/master/doc/server.png)
1515

1616
## 最新版本
1717

@@ -28,13 +28,13 @@ Go Version ≥ 1.8
2828
- 方式一 源码下载
2929

3030
```sh
31-
go get -u -v github.com/henrylee2cn/faygo
31+
go get -u -v github.com/andeya/faygo
3232
```
3333

34-
- 方式二 部署工具 ([Go to fay](https://github.com/henrylee2cn/fay)
34+
- 方式二 部署工具 ([Go to fay](https://github.com/andeya/fay)
3535

3636
```sh
37-
go get -u -v github.com/henrylee2cn/fay
37+
go get -u -v github.com/andeya/fay
3838
```
3939

4040
```
@@ -84,7 +84,7 @@ HTTPS/HTTP2(TLS on UNIX socket) | `unix_https`
8484
- 大多数功能尽量使用简洁的ini进行配置来避免不必要的重新编译,并且这些配置文件支持自动补填默认值
8585
- 提供 `gorm``xorm``sqlx``directSQL``Websocket``ini``http client` 等很多常用扩展包
8686

87-
![faygo struct handler 多重用途合一](https://github.com/henrylee2cn/faygo/raw/master/doc/MultiUsage.png)
87+
![faygo struct handler 多重用途合一](https://github.com/andeya/faygo/raw/master/doc/MultiUsage.png)
8888

8989
## 简单示例
9090

@@ -94,7 +94,7 @@ package main
9494
import (
9595
// "mime/multipart"
9696
"time"
97-
"github.com/henrylee2cn/faygo"
97+
"github.com/andeya/faygo"
9898
)
9999

100100
type Index struct {
@@ -143,7 +143,7 @@ response:
143143
*/
144144
```
145145

146-
[示例库](https://github.com/henrylee2cn/faygo/raw/master/samples)
146+
[示例库](https://github.com/andeya/faygo/raw/master/samples)
147147

148148
## 操作和中间件
149149

@@ -413,19 +413,19 @@ float64 | []float64 |
413413

414414
扩展包 | 导入路径
415415
-----------------|-----------------------------------------------------------------------------------------------------------------
416-
[各种条码](https://github.com/henrylee2cn/faygo/raw/master/ext/barcode) | `github.com/henrylee2cn/faygo/ext/barcode`
417-
[比特单位](https://github.com/henrylee2cn/faygo/raw/master/ext/bitconv) | `github.com/henrylee2cn/faygo/ext/bitconv`
418-
[gorm数据库引擎](https://github.com/henrylee2cn/faygo/raw/master/ext/db/gorm) | `github.com/henrylee2cn/faygo/ext/db/gorm`
419-
[sqlx数据库引擎](https://github.com/henrylee2cn/faygo/raw/master/ext/db/sqlx) | `github.com/henrylee2cn/faygo/ext/db/sqlx`
420-
[xorm数据库引擎](https://github.com/henrylee2cn/faygo/raw/master/ext/db/xorm) | `github.com/henrylee2cn/faygo/ext/db/xorm`
421-
[directSQL(配置化SQL引擎)](https://github.com/henrylee2cn/faygo/raw/master/ext/db/directsql) | `github.com/henrylee2cn/faygo/ext/db/directsql`
422-
[口令算法](https://github.com/henrylee2cn/faygo/raw/master/ext/otp) | `github.com/henrylee2cn/faygo/ext/otp`
423-
[UUID](https://github.com/henrylee2cn/faygo/raw/master/ext/uuid) | `github.com/henrylee2cn/faygo/ext/uuid`
424-
[Websocket](https://github.com/henrylee2cn/faygo/raw/master/ext/websocket) | `github.com/henrylee2cn/faygo/ext/websocket`
425-
[ini配置](https://github.com/henrylee2cn/faygo/raw/master/ini) | `github.com/henrylee2cn/faygo/ini`
426-
[定时器](https://github.com/henrylee2cn/faygo/raw/master/ext/cron) | `github.com/henrylee2cn/faygo/ext/cron`
427-
[任务工具](https://github.com/henrylee2cn/faygo/raw/master/ext/task) | `github.com/henrylee2cn/faygo/ext/task`
428-
[HTTP客户端](https://github.com/henrylee2cn/faygo/raw/master/ext/surfer) | `github.com/henrylee2cn/faygo/ext/surfer`
416+
[各种条码](https://github.com/andeya/faygo/raw/master/ext/barcode) | `github.com/andeya/faygo/ext/barcode`
417+
[比特单位](https://github.com/andeya/faygo/raw/master/ext/bitconv) | `github.com/andeya/faygo/ext/bitconv`
418+
[gorm数据库引擎](https://github.com/andeya/faygo/raw/master/ext/db/gorm) | `github.com/andeya/faygo/ext/db/gorm`
419+
[sqlx数据库引擎](https://github.com/andeya/faygo/raw/master/ext/db/sqlx) | `github.com/andeya/faygo/ext/db/sqlx`
420+
[xorm数据库引擎](https://github.com/andeya/faygo/raw/master/ext/db/xorm) | `github.com/andeya/faygo/ext/db/xorm`
421+
[directSQL(配置化SQL引擎)](https://github.com/andeya/faygo/raw/master/ext/db/directsql) | `github.com/andeya/faygo/ext/db/directsql`
422+
[口令算法](https://github.com/andeya/faygo/raw/master/ext/otp) | `github.com/andeya/faygo/ext/otp`
423+
[UUID](https://github.com/andeya/faygo/raw/master/ext/uuid) | `github.com/andeya/faygo/ext/uuid`
424+
[Websocket](https://github.com/andeya/faygo/raw/master/ext/websocket) | `github.com/andeya/faygo/ext/websocket`
425+
[ini配置](https://github.com/andeya/faygo/raw/master/ini) | `github.com/andeya/faygo/ini`
426+
[定时器](https://github.com/andeya/faygo/raw/master/ext/cron) | `github.com/andeya/faygo/ext/cron`
427+
[任务工具](https://github.com/andeya/faygo/raw/master/ext/task) | `github.com/andeya/faygo/ext/task`
428+
[HTTP客户端](https://github.com/andeya/faygo/raw/master/ext/surfer) | `github.com/andeya/faygo/ext/surfer`
429429

430430
## 已知案例
431431

@@ -442,7 +442,7 @@ e交易 | App | https://fir.im/ejy
442442

443443
<a href="https://tech.pingan.com/index.html" style="margin-right: -120px"><img src="http://pa-tech.hirede.com/templates/pa-tech/Images/logo.png" height="50" width="406" alt="平安科技"/></a>
444444
&nbsp;&nbsp;
445-
<a href="https://www.followme.cn/"><img src="https://raw.githubusercontent.com/henrylee2cn/imgs-repo/master/followme.png" height="60" alt="Followme"/></a>
445+
<a href="https://www.followme.cn/"><img src="https://raw.githubusercontent.com/andeya/imgs-repo/master/followme.png" height="60" alt="Followme"/></a>
446446
<br/>
447447
<a href="https://www.df-house.com/"><img src="https://www.df-house.com/dfhouse/img/logo.png" height="50" alt="杭州盯房科技有限公司"/></a>
448448
&nbsp;&nbsp;
@@ -452,4 +452,4 @@ e交易 | App | https://fir.im/ejy
452452

453453
## 开源协议
454454

455-
Faygo 项目采用商业应用友好的 [Apache2.0](https://github.com/henrylee2cn/faygo/raw/master/LICENSE) 协议发布
455+
Faygo 项目采用商业应用友好的 [Apache2.0](https://github.com/andeya/faygo/raw/master/LICENSE) 协议发布

_syso/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<h1>{{CONTENT}}</h1>
1919
</div>
2020
<div class="footer">
21-
Github website: <a href="https://github.com/henrylee2cn/faygo">Faygo {{VERSION}}</a> / Author: {{AUTHOR}} / Discuss: <a href="http://jq.qq.com/?_wv=1027&k=fzi4p1">Go-Web 编程</a> / Apache-2.0.
21+
Github website: <a href="https://github.com/andeya/faygo">Faygo {{VERSION}}</a> / Author: {{AUTHOR}} / Discuss: <a href="http://jq.qq.com/?_wv=1027&k=fzi4p1">Go-Web 编程</a> / Apache-2.0.
2222
</div>
2323
<!-- github -->
2424
<div>
2525
<script type="text/javascript" src="{{__PUBLIC__}}/jquery.githubRepoWidget2.js"></script>
26-
<div class="github-widget" data-repo="henrylee2cn/faygo" style="margin:5px;"></div>
26+
<div class="github-widget" data-repo="andeya/faygo" style="margin:5px;"></div>
2727
</div>
2828
</div>
2929
</body>

apidoc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
"regexp"
2727
"strings"
2828

29-
"github.com/henrylee2cn/faygo/swagger"
29+
"github.com/andeya/faygo/swagger"
3030
)
3131

3232
type swaggerFS struct {

apiware/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Apiware [![GoDoc](https://godoc.org/github.com/tsuna/gohbase?status.png)](https://godoc.org/github.com/henrylee2cn/faygo/apiware)
1+
# Apiware [![GoDoc](https://godoc.org/github.com/tsuna/gohbase?status.png)](https://godoc.org/github.com/andeya/faygo/apiware)
22

33
Apiware binds the specified parameters of the Golang `net/http` and `fasthttp` requests to the structure and verifies the validity of the parameter values.
44

@@ -14,7 +14,7 @@ package main
1414

1515
import (
1616
"encoding/json"
17-
"github.com/henrylee2cn/faygo/apiware"
17+
"github.com/andeya/faygo/apiware"
1818
// "mime/multipart"
1919
"net/http"
2020
"strings"
@@ -57,7 +57,7 @@ func testHandler(resp http.ResponseWriter, req *http.Request) {
5757
// set cookies
5858
http.SetCookie(resp, &http.Cookie{
5959
Name: "apiwareid",
60-
Value: "http_henrylee2cn",
60+
Value: "http_andeya",
6161
})
6262

6363
// bind params

0 commit comments

Comments
 (0)