XTRadio JSON Api to retrieve currently playing song and additional metadata.
Build using :
CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o bin/xtradio-api .
The following tutorials helped us build our code, we've started with no prior knowledge of golang, maybe they will be helpfull for others as well.