Note that this was a simple experiment to get a Go backend and a python frontend to work
To use this, run go run . in one tab and python3 main.py in another tab
and go to localhost:9876/users to see the output. You may need to activate
the virtualenv first