ADDED:
* netx.IsPub
* encodingx/hexx

Rest are mostly small corrections and docs
This commit is contained in:
brent saner
2026-06-22 18:51:13 -04:00
parent c6fc692f5e
commit 58556d7281
35 changed files with 5492 additions and 2486 deletions
+4
View File
@@ -26,6 +26,10 @@ func (c *CtxIO) GetChunkLen() (size uint) {
return c.l.GetChunkLen()
}
func (c *CtxIO) Len() (unread int) {
return c.buf.Len()
}
func (c *CtxIO) Read(p []byte) (n int, err error) {
var nr int64