In a Blinkt!, Golang on a Raspberry Pi

The Blinkt! by Pimoroni is a relatively inexpensive 8 LED display which gently introduces GPIO programming concepts.  Pimoroni provide their own library and examples based on Python.  There are various library ports available on github and this article will focus on the Golang library created by Alex Ellis. As Alex's…