Calculator CLI with Go Calculator on Command Line Interface Run - Build first $ go build - Example add operation $ ./clical add 5 5 Testing $ go test ./...