Recently I have landed a few diffs that brings the basic cgo support in buck and the unittest coverage functionality. If you're using buck for go you may find it useful.
Tag Archives: go
# Building ARM cluster Part 2: Create and write system image with goback!
Most of Raspberry like ARM devices have system image written to sdcard. Whenever we need to update base image we need to take out memory stick, write image and put it back. Now imagine that you have 8 boards and you want to update all of them (e.g your current system is crashing). So, you won't do it manually, will you?