This is a very simple Blockchain implementation, with each Block having only
the simplest of fields. Depending on the application, new fields can be added
to each block. This was just an exercise to see how much Go I can write off the
top of my head after finishing Todd McLeod's Course on Go