Useful Go Libraries
A list of Go libraries and tools I find useful.
A list of Go libraries and tools I find useful.
Instructions on how to build the development version of Terraform.
I’ve recently been working on a large Go project, and one of the deliverables was that the project be buildable using Jenkins.
There is already a great article on Profiling Go Programs. However that article only discusses how to profile a standalone binary - what about a library?
Git bisect is a great tool for finding bugs in a program. But many examples show manual uses of git bisect - here’s an example of automating the process using git bisect run.
Today I released soniah/gosnmp - an update of alouca/gosnmp.
I’ve just finished refactoring a large Go program, and the process was rather…. pleasant.
Update 8/Mar/13. Work on gsnmpgo has halted. Making the gsnmp C library multithreaded was proving too time consuming. Use http://github.com/soniah/gosnmp instead.
Bufexplorer - my new favourite add-on for vim.
Here’s the setup I use for compiling Go binaries, as well as for writing .deb’s to package them and markdown for README’s - notes for me.
Notes to myself more than anything, and not really specific to Go (but that’s where I was using it).