简体   繁体   English

找不到https://github.com/mbanzon/simplehttp golang模块。 哪里去了?

[英]Could not found https://github.com/mbanzon/simplehttp golang module. Where it has gone?

I was debugging some golang code and found that mbanzon/simplehttp library has been used for http operation but this library does not exist on github anymore. 我正在调试一些golang代码,发现mbanzon / simplehttp库已用于http操作,但是该库不再存在于github上。

Is this module became the part of golang core libraries? 这个模块成为golang核心库的一部分了吗? Any pointers? 有指针吗?

go get github.com/bmob/goLib/mbanzon/simplehttp

Sorry to cause this trouble. 很抱歉造成此麻烦。

I've found the old code and restored the repository (I don't have the original commits/history so a single commit of the latest state must do). 我找到了旧代码并恢复了存储库(我没有原始的提交/历史记录,因此必须执行一次最新状态的提交)。

I hope this helps. 我希望这有帮助。

I initially did a sweep to see if anyone outside used the library and when I didn't find any I removed it - I now rely on https://github.com/mbanzon/walgo on a day-to-day basis. 最初,我进行了一次扫描以查看是否有人使用该库,而当我找不到该库时,便将其删除了-我现在每天都依赖https://github.com/mbanzon/walgo

The library was originally created to be used with https://github.com/mailgun/mailgun-go - changes to that library made simplehttp obsolete and I started using the walgo library (focusing on request verification etc.). 该库最初是为了与https://github.com/mailgun/mailgun-go一起使用而创建的-对该库的更改使simplehttp已过时,我开始使用walgo库(着重于请求验证等)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用ng-2表从静态JSON获取表https://github.com/valor-software/ng2-table.iam的数据 - how to get data from static JSON for table, https://github.com/valor-software/ng2-table.iam using ng-2 table 使用 `curl` 在 GitHub.com 上创建具有两因素身份验证的存储库 - Using `curl` to create a repo on GitHub.com with two-factor authentication HTTPS网站-Safari无法打开页面,因为服务器已停止响应 - HTTPS Site- Safari could not open the page because the server has stopped responding simpleHttp导致“浏览器响应不受支持?” - simpleHttp causing 'unsupported browser response?' 将https://www.example.com重定向到https://example.com - Redirect https://www.example.com to https://example.com 找不到https的Laravel路线 - Laravel route not found with https golang 存储库的概念性 HTTPS/HTTP 问题 - Conceptual HTTPS/HTTP question for golang repository 使用 python simpleHTTP 服务器保持服务器正常运行 - Keeping server UP with python simpleHTTP server 使用request npm模块发出http请求时,Node.js async.queue挂起。 显示一个 - Node.js async.queue hangs when making http requests with request npm module. Shows a Python套接字模块。 连接到HTTP代理,然后在外部资源上执行GET请求 - Python socket module. Connecting to an HTTP proxy then performing a GET request on an external resource
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM