For this example, I have used The Movie Database API.
You must register for an API key.
git clone https://github.com/joseanfernandez/go-server.gitcd go-server
mkdir config
cd config
touch config.gopackage config
var ApiKey = "YOUR_API_KEY"cd go-server
go build./go-server