Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wuriyanto48/clical
- Owner: wuriyanto48
- Created: 2018-08-08T07:22:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T12:49:40.000Z (about 6 years ago)
- Last Synced: 2024-11-08T15:08:17.824Z (3 months ago)
- Topics: go, golang, golang-application
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - clical
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 ./...
```