backend

command module
v0.0.0-...-7df6e36 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2020 License: MIT Imports: 11 Imported by: 0

README

Calculator service

Simple web service that receives equation and gives response:

POST
{
"eq":"222+222"  
}
to receive answer.

Each calculation receives unique ID

GET returns all calculations in memory.

Features:

      • / * () ^ % "sqrt" operators support
  • sequence of operations is determined by rules. e.g. 2 + 3 * 4 will mutliply 3 by 4 first and then add 2

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL