/go_addsrv

go add sub microservice

Primary LanguageGo

go_addsrv

go add number and sub number microservice
send json

{
  "a" : a
  "b" : b
}

return a + b or a - b by calling v1/add and v1/sub POST API