Skip to content

Commit

Permalink
readme add proj link
Browse files Browse the repository at this point in the history
  • Loading branch information
axiaoxin committed Nov 20, 2020
1 parent d4ba2dd commit 206f4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ httplive -d `pwd`/httplive.db -p 5003

# API 开发

使用 pink-lady 开发 web api 服务,你只需实现 gin 的 `HandlerFunc` 并在 `apis/routes.go``Routes` 函数中注册到对应的 URL 上即可。
使用 [pink-lady](http://github.com/axiaoxin-com/pink-lady) 开发 web api 服务,你只需实现 gin 的 `HandlerFunc` 并在 `apis/routes.go``Routes` 函数中注册到对应的 URL 上即可。

api 中使用 `c.Error(err)` 会将 err 保存到 context 中,打印访问日志时会以 `Error` 级别自动打印错误信息。避免同一类错误打印多次日志影响问题定位效率。

Expand Down

0 comments on commit 206f4cd

Please sign in to comment.