Parking lot system that takes file for eg : input.txt as input commands.
processes the instructions like Park, Leave etc. and outputs the job completion
in output.txt.
Installed golang in system. No framework required.
- Run
go test github.com/bron10/parking-lot/packages
Following is the basic architecture

- dockerFile
- Optimizations
