8
0
Fork
You've already forked reader
0
Common operations performed with Go's io.Reader interface. https://pkg.go.dev/mellium.im/reader
  • Go 100%
Sam Whited 3612c6be7b
All checks were successful
ci/woodpecker/push/dco Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/validate Pipeline was successful
.woodpecker: use Codeberg CI (Woodpecker)
Signed-off-by: Sam Whited <sam@samwhited.com>
2022年07月15日 07:20:19 -04:00
.woodpecker .woodpecker: use Codeberg CI (Woodpecker) 2022年07月15日 07:20:19 -04:00
.gitignore Gitignore dep lock files 2017年08月21日 22:10:13 -05:00
.travis.yml ci: move to Travis CI 2018年12月19日 09:48:01 -06:00
DCO .builds: check DCO signatures 2020年05月03日 11:41:36 -04:00
go.mod reader: bump targeted Go version and update readme 2022年03月15日 20:05:22 -04:00
LICENSE all: update copyright notice 2018年02月17日 21:27:16 -06:00
reader.go reader: make behavior of After reflect the name 2018年12月19日 09:50:00 -06:00
reader_test.go .woodpecker: use Codeberg CI (Woodpecker) 2022年07月15日 07:20:19 -04:00
README.md all: update to point to Codeberg 2022年07月11日 09:38:00 -04:00

mellium.im/reader

Issue Tracker Docs License

A collection of io.Reader's that perform various useful functions.

import"mellium.im/reader"

License

The package may be used under the terms of the BSD 2-Clause License a copy of which may be found in the LICENSE file.

Unless you explicitly state otherwise, any contribution submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.