Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 424 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 424 Bytes

multicase

multicase is a trivial program that reads input from stdin and echoes it to stdout in lower, upper, and title case. It demonstrates use of the neilotoole/streamcache Go package.

Usage

$ go install github.com/neilotoole/streamcache/examples/multicase
$ echo "hello world" | multicase

streamcache_multicase.png