A simple Go program to blink an LED on pin x, n times. I used this to introduce my children to the Raspberry PI. Hopefully many more projects to come!
go build
sudo ./go-blink --times=5 --pin_num=17
A Golang program for Raspberry PI to blink an LED n times on pin x, as specified by command line args.
GoMIT