go-usenet:NNTP NZB Par2 Go库

时间:2021-05-13 21:26:39
【文件属性】:
文件名称:go-usenet:NNTP NZB Par2 Go库
文件大小:12KB
文件格式:ZIP
更新时间:2021-05-13 21:26:39
Go 用于NNTP连接的库,解析NZB文件并进行修复。 能够解码yEnc二进制文件。 NNTP conn, err := nntp.Dial(nntpServer, nntpSSL) if err != nil { /* handle error */ } if err = conn.Authenticate(nntpUser, nntpPass); err != nil { /* handle error */ } if article, err := conn.DecodedArticle(articleId); err != nil { /* handle error */ } else { /* do something with yEnc decoded article */ } 新西兰银行 if n, err := nzb.ReadNzb(fi
【文件预览】:
go-usenet-master
----group.go(146B)
----conn.go(5KB)
----article.go(81B)
----overview.go(214B)
----nzb()
--------nzb.go(1KB)
----decoders()
--------yenc.go(4KB)
----README.md(2KB)
----par2()
--------creator_packet.go(260B)
--------recovery_slice_packet.go(536B)
--------par2.go(5KB)
--------ifsc_packet.go(531B)
--------main_packet.go(834B)
--------file_desc_packet.go(555B)
--------file.go(250B)
--------header.go(693B)
--------unknown_packet.go(201B)
----nntp.go(625B)
----.gitignore(34B)

网友评论