Skip to content

10.1.0: Channels

Choose a tag to compare

@thekid thekid released this 24 Sep 20:19
· 47 commits to master since this release
  • Merged PR #6: Add FtpFile::in() and FtpFile::out() and implement
    the io.Channel interface to make FTP files usable with a variety of
    APIs from io.streams.
    (@thekid)
  • Migrated testing from Travis CI to GitHub actions - @thekid