Fix README formatting.

This commit is contained in:
Kyle Isom 2017-11-16 08:23:12 -08:00
parent fc77225740
commit d083a39a7d
1 changed files with 4 additions and 3 deletions

View File

@ -48,6 +48,7 @@ Contents:
logging/ A logging library.
mwc/ MultiwriteCloser implementation.
sbuf/ A byte buffer that can be wiped.
tee/ Emulate tee(1)'s functionality in io.Writers.
testio/ Various I/O utilities useful during testing.
testutil/ Various utility functions useful during testing.