Basic steps to get the server up and running on a Raspberry Pi with 2019-09-26-raspbian-buster-lite
Install OS, go through raspi-setup and set password, hostname, locale, time-zone, etc. Update all the things:
$ sudo apt-get update && sudo apt-get upgrade -y
Install Git and GoLang
$ sudo apt-get install git golang rtl-sdr