Testing the restdb Package
Let’s learn how to test the restdb package.
We'll cover the following...
The RESTful server is developed in ~/go/src/github.com/Educative-Content/rest-api
—if we do not plan on making it available to the world, we do not need to create a separate GitHub repository for it. However, we do want to be able to share it with you, so the GitHub repository for the server is https://github.com/Educative-Content/rest-api. ...