PRU App Loader implementation for golang

Hi All,

I reimplemented the prussv2 app loader in go. At first I was just going to wrap it the pru app loader with cgo, but it seemed cumbersome and I felt it would be easier for distributing and the likes with a pure go implementation.

Anyways, I got it to a point where it works. You can find the code here:
https://github.com/mikelikespie/gopru

Thanks!
Mike