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 (