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

@ -43,13 +43,14 @@ Contents:
utc/ Convert times to UTC. utc/ Convert times to UTC.
yamll/ A small YAML linter. yamll/ A small YAML linter.
die/ Death of a program. die/ Death of a program.
fileutil/ Common file functions. fileutil/ Common file functions.
lib/ Commonly-useful functions for writing Go programs. lib/ Commonly-useful functions for writing Go programs.
logging/ A logging library. logging/ A logging library.
mwc/ MultiwriteCloser implementation. mwc/ MultiwriteCloser implementation.
sbuf/ A byte buffer that can be wiped. sbuf/ A byte buffer that can be wiped.
testio/ Various I/O utilities useful during testing. tee/ Emulate tee(1)'s functionality in io.Writers.
testutil/ Various utility functions useful during testing. testio/ Various I/O utilities useful during testing.
testutil/ Various utility functions useful during testing.
Each program should have a small README in the directory with more Each program should have a small README in the directory with more