https://github.com/ottenwbe/gocalc
Small calculator written in Go
https://github.com/ottenwbe/gocalc
calculator first-project golang learning
Last synced: 4 months ago
JSON representation
Small calculator written in Go
- Host: GitHub
- URL: https://github.com/ottenwbe/gocalc
- Owner: ottenwbe
- License: apache-2.0
- Created: 2016-06-19T20:18:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T19:48:43.000Z (over 9 years ago)
- Last Synced: 2024-06-20T11:15:46.241Z (about 2 years ago)
- Topics: calculator, first-project, golang, learning
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gocalc
[](https://travis-ci.org/ottenwbe/gocalc)
[](https://codecov.io/gh/ottenwbe/gocalc)
Small calculator written in Go.
## Build
```go
go build -o gocalc
```
## Usage
This initial version of the calculator relies on a postfix evaluation.
```
./gocalc 5 5 +
```