Go 网络编程库

发布于 2024-08-10 20:10:10 字数 1539 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浅浅淡淡 2024-08-17 20:10:10

以下是 net 包 的官方 API 文档。

关于如何编译:参见安装指南。到目前为止,似乎还没有明显的方法在 VS 中进行编译:

Go工具链是用C编写的。
构建它,你需要有 GCC,
标准 C 库、解析器
生成器 Bison 和文本编辑器
已安装。

因此,为了在 Windows 上进行开发,最简单的途径是使用 cygwin

Here's the official API docs for the net package.

Regarding how to compile: See the installation guide. As of yet there doesn't seem to be an obvious way to compile in VS:

The Go tool chain is written in C. To
build it, you need to have GCC, the
standard C libraries, the parser
generator Bison, and the text editor
ed installed.

So in order to develop on Windows, the easiest route would be to use cygwin.

旧城烟雨 2024-08-17 20:10:10

根据分布式软件的需求,您可能还需要查看 rpc 包,它使得注册对象的公共方法并远程调用它们非常容易。

Depending on the needs of your distributed software, you may also want to check out the rpc package which makes it quite easy to register an object's public methods and call them remotely.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文