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

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

Awesome Lists containing this project

README

          

# gocalc

[![Build Status](https://travis-ci.org/ottenwbe/gocalc.svg?branch=master)](https://travis-ci.org/ottenwbe/gocalc)
[![codecov](https://codecov.io/gh/ottenwbe/gocalc/branch/master/graph/badge.svg)](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 +
```