This tutorial video will cover how to use Go packages to create a RESTful server. It will also give a brief introduction to the Go language and how to localize your package with no access to the internet. The video will cover a total of three HTTP verbs, the verbs are Get, Post, and Delete. In doing so, it’s going to maintain a collection of books, a library in effect. For the simplicity of this demo, we are going to use in-memory store capability, but you can easily extend it to your own persistent store.