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
Create main.go
In VSCode create a new file with the name main.go