This repo comprises of projects that i am undertaking in order to learn Golang.
| Project | Description |
|---|---|
| Rest API Project | In this Project, i have created a struct which stores movie information and created a Slice, which acts as repository, I developed different methods which help me perform CRUD operations on that data repository. |