Go CRUD Functions

Create a Go CRUD API interface,
Create a new directory for this example \go-movies-crud\

Install External Package

To install the package gorilla mux use the go get command on command line

go get github.com/gorilla/mux
The command will also install dependencies

Create main.go

In VSCode create a new file with the name main.go