Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@jhendrixMSFT jhendrixMSFT released this 03 Dec 14:37
· 3 commits to main since this release
45cff0b

Features Added

  • Added methods Done and Err to Conn
    • Done returns a channel that's closed when Conn has closed.
    • Err explains why Conn was closed.
  • encoding.Symbol was exposed as a public type Symbol.