Merge Shopping is a go application for managing shopping carts.
git clone https://github.com/djprawns/merge_task.git
cd merge_task
Then run
// gets all dependencies
go get
// runs all the tests
go test -v
// runs the service
go run .
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.