使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
live106
/
pkg
派生自
links123.com/pkg
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
另客网go项目公用的代码库
34
提交
2
分支
目录树:
322d346fad
feature/bind-func-as-param
master
分支列表
标签列表
${ item.name }
创建分支
${ searchTerm }
从 '322d346fad'
${ noResults }
pkg
/
request
/
error.go
error.go
97B
文件历史
原始文件
1
2
3
4
5
6
package request
type HTTPError struct {
Msg string `json:"msg" example:"status bad request"`
}