razaqa / Lab-1-LAW-Gin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab-1-LAW-Gin

How to run

  1. go install
  2. go run main.go

How to access calculate

curl --location --request POST 'http://localhost:8080/calculate' \
--header 'Content-Type: application/json' \
--data-raw '{
    "a": 7,
    "b": 8
}'

About


Languages

Language:Go 100.0%