/clical

Calculator on CLI with Go, Just for fun with Golang's CLI :D

Primary LanguageGo

Calculator CLI with Go

Calculator on Command Line Interface

Run

- Build first
$ go build
- Example add operation
$ ./clical add 5 5

Testing

$ go test ./...