Before executing any commands, make sure that you CD'ed into this project's "/golang" directory and that you have a Golang compiler installed.
To download all dependencies:
go mod download
To run (if you don't have the dependencies installed, it'll get them automatically):
go run .
To test:
go test ./...
To build an executable:
go build .
Welcome the Volvo Cars Congestion Tax Calculator assignment.
This repository contains a developer assignment used as a basis for candidate intervew and evaluation.
Clone this repository to get started. Due to a number of reasons, not least privacy, you will be asked to zip your solution and mail it in, instead of submitting a pull-request. In order to maintain an unbiased reviewing process, please ensure to keep your name or other Personal Identifiable Information (PII) from the code.