[ 源代码: golang-sorcix-irc-dev ]
软件包: golang-sorcix-irc-dev (1.1.0-2)
golang-sorcix-irc-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-sorcix-irc-dev:
- [golang-sorcix-irc-dev_1.1.0-2.dsc]
- [golang-sorcix-irc-dev_1.1.0.orig.tar.gz]
- [golang-sorcix-irc-dev_1.1.0-2.debian.tar.xz]
维护者:
Original Maintainers:
- pkg-go (Mail Archive)
- Michael Stapelberg
外部的资源:
- 主页 [github.com]
相似软件包:
generic support for the IRC protocol in Go
Package irc allows your application to speak the IRC protocol.
* Limited scope, does one thing and does it well. * Focus on simplicity and speed. * Stable API: updates shouldn't break existing software. * Well documented code.
This package does not manage your entire IRC connection. It only translates the protocol to easy to use Go types. It is meant as a single component in a larger IRC library, or for basic IRC bots for which a large IRC package would be overkill.