Testing building a REST API in Golang using the net, encoding, and ioutil packages as well as the Gorilla toolkit
Alternatively, a specific make of car can be retrieved by specifying its name in the URL path \listCars"brand name".
Car data can also be POSTed to the database on the path /addCar using
go run client/client.go post
Car data can be DELETEd from the database on the path /deleteCar/"brand name" using
go run client/client.go delete "brand name"
For example, localhost:10000/api/v2/getLanguage/eng