6 lines
143 B
Go
6 lines
143 B
Go
/*
|
|
Package oitest provides useful tools to be used for testing implementations of interfaces in Go's standard "io" package.
|
|
|
|
*/
|
|
package oitest
|