Codebase list golang-github-svent-go-nbreader / a134aac
Update debian/* ChangZhuo Chen (陳昌倬) 9 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 golang-github-svent-nbreader (0~20150201-1) unstable; urgency=low
0 golang-github-svent-go-nbreader (0~20150201-1) unstable; urgency=low
11
22 * Initial release. Closes: #829572
33
1919 Built-Using: ${misc:Built-Using}
2020 Description: non-blocking io.Reader for go
2121 go-nbreader provides a non-blocking io.Reader for go (golang). It
22 allows to specify two timeouts:
22 allows one to specify two timeouts:
2323 .
2424 * Timeout: Read() returns after the specified timeout, even if no data
2525 has been read.