goutils/testio
Kyle Isom c1b8b72cf1 bazel-test: add sizes to all tests.
This gets rid of the warning about mismatched test sizes.
2023-05-04 16:08:18 -07:00
..
BUILD.bazel bazel-test: add sizes to all tests. 2023-05-04 16:08:18 -07:00
LICENSE Import testio package. 2016-04-28 11:37:26 -07:00
README.md bazel: updating build files 2023-05-04 15:11:15 -07:00
testio.go Cleanup testio. 2018-12-17 18:16:52 -08:00
testio_test.go Import testio package. 2016-04-28 11:37:26 -07:00

README.md

testio

This is a collection of various utility io types:

  • BrokenReadWriter
  • BrokenWriter
  • BufCloser
  • BufferConn
  • LoggingBuffer

You can check out the godoc for dtails.

It was imported from kisom/testio. The original Git directory is preserved in git-hist.tar.xz.