Skip to content

Latest commit

 

History

History

multicase

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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