## ascii-art-color ### Objectives You must follow the same [instructions](https://github.com/01-edu/public/ascii-art.en.md) as the first subject but with colors. - The output should manipulate colors using **flags**, `-c=`, in which `-c` is the flag and `` is the color of choice. - You should be able to specify which letter you want to be colored (use your imagination for this one). - If the letter isn't specified, the whole phrase should be colored. This project will help you learn about : - Client utilities. - The Go file system(**fs**) API. - Ways to receive data. - Ways to output data. - Manipulation of strings. - Manipulation of colors on the terminal. - Manipulation of structures. ### Instructions - Your project must be written in **Go**. - The code must respect the [**good practices**](https://github.com/01-edu/public/good-practices.en.md). - It is recommended that the code should present a **test file**. - You may use the same `banner` file.