From 13c6b5bfe28f83e93bb6413817b08272d0d0ced9 Mon Sep 17 00:00:00 2001 From: Alvaro Lopez Espinosa Date: Fri, 9 Mar 2018 17:16:29 +0000 Subject: [PATCH] remove white line --- stringer.go | 1 - 1 file changed, 1 deletion(-) diff --git a/stringer.go b/stringer.go index 78c36b2..dcd29f6 100644 --- a/stringer.go +++ b/stringer.go @@ -62,7 +62,6 @@ // This is a patched versin of the original stringer. The original generates source code // using '_' (underscore) as part of generated golang identifiers. This creates a number of // golint warnings. The patched version simply leaves the '_' out - package main import (