Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Tue, 13 Mar 2018 21:45:00 +0000 Understanding Go panic output – joe shaw Decoding all those hex values 12 points posted by kenny https://joeshaw.org/understanding-go-panic-output 2982 Sun, 03 Dec 2017 08:09:00 +0000 Smaller docker containers for go apps 9 points posted by drogo https://joeshaw.org/smaller-docker-containers-for-go-apps 1176 Fri, 28 Oct 2016 07:51:00 +0000 Net context and http handler 7 points posted by lolly https://joeshaw.org/net-context-and-http-handler 294 Sat, 17 Oct 2015 20:13:00 +0000 Don’t defer Close() on writable files This entry should probably be titled "How to properly close writable file(handles/descriptors)" instead. 6 points posted by daenney https://joeshaw.org/dont-defer-close-on-writable-files 2311 Tue, 13 Jun 2017 16:18:00 +0000 Revisiting context and http handler for go 1.7 Go 1.7 was released earlier this month, and the thing I’m most excited about is the incorporation of the context package into the Go standard library. Previously it lived in the golang.org/x/net/context package. 6 points posted by drogo https://joeshaw.org/revisiting-context-and-http-handler-for-go-17 1071 Wed, 14 Sep 2016 13:36:00 +0000