msg: add new package for CLI output.

This commit is contained in:
2025-11-20 18:20:00 -08:00
parent bd5ec3f425
commit eac59fd5a6
3 changed files with 132 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ Contents:
lib/ Commonly-useful functions for writing Go programs.
log/ A syslog library.
logging/ A logging library.
msg/ Output library for command line programs.
mwc/ MultiwriteCloser implementation.
sbuf/ A byte buffer that can be wiped.
seekbuf/ A read-seekable byte buffer.