Fix leaky goroutine
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 23 Sep 2016 17:04:19 +0000 (19:04 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Sep 2016 17:04:19 +0000 (19:04 +0200)
commita0167d838ea37082e55da7941f32cce0e0662cf4
tree2a2c4bcd2dda035a2754ba0b1362e1dfff11e687
parent63a6da06d87a8f299a954858ad1300dfc225544b
Fix leaky goroutine

By making the err chan buffered so both go routines can return.

Also make sure that any errors are logged.

Fixes #2488
hugolib/hugo_sites_test.go
hugolib/site.go