I used a Raspberry Pi 3 to develop and test my modules and drivers. To compile them, you need to install the Kernel headers on your Pi. On Raspbian you can do this with the following command: ...
Followed the Learn Go Fast tutorial by Alex Mux. The final task of the tutorial is to implement this simple Web API with Authorization and Middleware.