Standard output appearance changer
This changer can be used like "method chain"
c := soac.NewChanger()
fmt.Printf("%s\n", c.Underline().White().Bblack().Apply("Hello!!"))
c.Reset() //back to default- Black
- Red
- Green
- Yellow
- Blue
- Magenda
- Cyan
- White
The list are here
- Improve codes
The MIT License (MIT) Copyright (c) 2015 ami-GS