Prerequisites:
- Have Docker installed
git clone git@github.com:TineoC/worldtech-test.git
docker build -t worldtech-test .
docker run worldtech-test
Prerequisites:
- Have Golang installed
git clone git@github.com:TineoC/worldtech-test.git
go run main.go
✨ Added WaitGroups for handling async tasks on the getData subroutine.
✨ Added error handling for the results from the getData request.
🐛 Removed os.Exit function for preventing unexpected exit while processing async tasks.
🐛 Fixed "location" url value parsing inside getData() method.
🐛 Pass line argument into getData Goroutine.
✨ Containerize the project