Create Go structure from C header file

I did not announce it at Gocon 2015.

I did not know if I could participate in the first place.

So by using godef, I created a document describing how to generate a golang structure from a structure definition with a C header and threw it to Twitter.

However, this generation method is a long ago, and now that there is c2go, it may be better to use that. I have not tried it by myself yet. It is appreciated if you can look around that.

Gopsutil

I mention in the article but, gopsutil is psutil system, such as memory and CPU that It is a port of Python library which takes information to go. Like psutil, it features not only Linux but also FreeBSD, OSX, Windows. (Although there are some places that can not be implemented, although there are quite a few differences)

We can also get information on the process, so if you want to take information on CPU and memory by go please try using it. All is written with go, cross-compiling is also easy. Actually it moves with Raspberry Pi.