lebiru / go-calculator

simple web server that handles simple calculations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple web server that handles simple calculations.

to run:

go run server.go

defaults to localhost:8080

Endpoints:

add?numOne={NUM_ONE}&numTwo={NUM_TWO}
subtract?subtrahend={SUBTRAHEND}&minuend={MINUEND}
multiply?multiplicand={MULTIPLICAND}&multiplier={MULTIPLIER}
divide?dividend={DIVIDEND}&divisor={DIVISOR}

About

simple web server that handles simple calculations


Languages

Language:Go 95.8%Language:HTML 4.2%