https://github.com/rusq/conio
Controlled I/O
https://github.com/rusq/conio
conio golang reader writer
Last synced: about 1 year ago
JSON representation
Controlled I/O
- Host: GitHub
- URL: https://github.com/rusq/conio
- Owner: rusq
- License: mit
- Created: 2020-03-22T04:41:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T07:48:50.000Z (about 6 years ago)
- Last Synced: 2025-03-28T10:18:10.467Z (about 1 year ago)
- Topics: conio, golang, reader, writer
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# conio - Controlled I/O
[](https://travis-ci.com/rusq/conio)
Package conio provides controlled I/O reader and writer. It may be useful when
you need to have a compressed reader/writer over the net.Conn and then resume
your normal reads and writes on it.