# README
Teste Go
Exercicio de Contacao Dolar Real GoExpert.
How To Use
To clone and run this application, you'll need Git and Go installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/gabrielmonzato20/GoExerciceRequest
# Go into the repository
$ cd GoExerciceRequest
# Install dependencies
$ go mod tidy
# Run the server
$ go run server/server.go
# Run the client
$ go run client/client.go