These instructions are required from chapter01
to chapter03
.
You will need the following tools to run your the code in this repository:
This project depends on a variety of testing tools, which are used for instruction and demonstration purposes:
The Calculator CLI application requires an expression to parse:
$ go run chapterXX/main.go -expression "2 + 3"
- Install all Dependencies.
- Run all tests in a given chapter:
$ cd chapterXX
$ go test ./... -v