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.git
cd go-server
mkdir config
cd config
touch config.go
package config
var ApiKey = "YOUR_API_KEY"
cd go-server
go build
./go-server