Install golang-github-emicklei-go-restful-dev by entering the following commands in the terminal:
sudo apt update sudo apt install golang-github-emicklei-go-restful-dev
Description:
build REST-style Web Services using Google Go
Go-restful is a package for building REST-style Web Services using Google Go. REST asks developers to use HTTP methods explicitly and in a way that's consistent with the protocol definition. This basic REST design principle establishes a one-to-one mapping between create, read, update, and delete (CRUD) operations and HTTP methods.
Homepage: https://github.com/emicklei/go-restful
Version: 2.4.0-2
Section: universe/devel