Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wuriyanto48/clical

Calculator on CLI with Go, Just for fun with Golang's CLI :D
https://github.com/wuriyanto48/clical

go golang golang-application

Last synced: 25 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Calculator CLI with Go

### Calculator on Command Line Interface

## Run

- Build first

```shell
$ go build
```

- Example add operation
```shell
$ ./clical add 5 5
```

### Testing

```shell
$ go test ./...
```