1 Star 0 Fork 1

bububa/jdvop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
release.go 494 Bytes
一键复制 编辑 原始数据 按行查看 历史
bububa 提交于 5年前 . first commit
// +build !debug
package debug
import (
"encoding/json"
"io"
"net/url"
)
func DebugPrintError(err error) {}
func DebugPrintStringResponse(str string) {}
func DebugPrintGetRequest(url string) {}
func DebugPrintPostMapRequest(url string, data url.Values) {}
func DebugPrintPostJSONRequest(url string, body []byte) {}
func DebugPrintPostMultipartRequest(url string, body []byte) {}
func DecodeJSONHttpResponse(r io.Reader, v interface{}) error {
return json.NewDecoder(r).Decode(v)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/bububa/jdvop.git
git@gitee.com:bububa/jdvop.git
bububa
jdvop
jdvop
master

搜索帮助