Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Thu, 30 Jun 2016 16:30:00 +0000 Go 1.7 parallel tests 10 points posted by drogo https://kev.inburke.com/kevin/go-1-7-parallel-tests 898 Sat, 18 Jun 2016 06:16:00 +0000 Pragmatic Web Development in Go You should write your next web server in Go. Yes, you! Compared with Ruby, PHP, Python, or Javascript, you're going to get great memory and latency performance, and libraries that do what you expect. The standard library can be a bit lacking though, if you are used to developing with a tool like Rails. I found myself adding the same helpers to every web project that I started in Go, so I compiled those tools into a starter pack. Most of the code is thin wrappers around the standard library, and any/all of it can be ripped out. I wanted to go over some of the tools in the starter pack. 5 points posted by lolly https://kev.inburke.com/kevin/go-web-development 2071 Mon, 10 Apr 2017 20:25:00 +0000