From d083a39a7d05bf7e5be9af8fc9e4c6477c133e80 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Thu, 16 Nov 2017 08:23:12 -0800 Subject: [PATCH] Fix README formatting. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b1beab4..0d05ce9 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,14 @@ Contents: utc/ Convert times to UTC. yamll/ A small YAML linter. die/ Death of a program. - fileutil/ Common file functions. + fileutil/ Common file functions. lib/ Commonly-useful functions for writing Go programs. logging/ A logging library. mwc/ MultiwriteCloser implementation. sbuf/ A byte buffer that can be wiped. - testio/ Various I/O utilities useful during testing. - testutil/ Various utility functions useful during testing. + tee/ Emulate tee(1)'s functionality in io.Writers. + 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