This is a little project that has a server and a client written in golang. The server expose two endpoints /cotacao and /all The first endpoint get, registered and serve actual informations about daily exchange rate The second endponint list all exchange rates registered on the database.
The client read the response of the /cotacao endpoint and save the result on the txt file.