Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Mon, 14 Aug 2017 18:28:00 +0000 Golangcode: A Library of Go Snippets 6 points posted by Edd Turtle https://golangcode.com 2510 Sat, 12 Aug 2017 15:11:00 +0000 Disable log output during tests It’s quite common to use the log package within your code to keep track of things which the end user might not need to see, like deprecated notices and warnings. These are great when they are in production and you are monitoring the logs - but they will show up during your tests. 4 points posted by Edd Turtle https://golangcode.com/disable-log-output-during-tests 3774 Thu, 17 Jan 2019 18:56:00 +0000