From d0fd8d6fc29ec859650adf30718e2b06786e854f Mon Sep 17 00:00:00 2001 From: kiel barry Date: Thu, 14 Jun 2018 02:52:50 -0700 Subject: common: all golint warnings removed (#16852) * common: all golint warnings removed * common: fixups --- common/hexutil/hexutil.go | 1 + 1 file changed, 1 insertion(+) (limited to 'common/hexutil') diff --git a/common/hexutil/hexutil.go b/common/hexutil/hexutil.go index 02c488a3f..46223a281 100644 --- a/common/hexutil/hexutil.go +++ b/common/hexutil/hexutil.go @@ -39,6 +39,7 @@ import ( const uintBits = 32 << (uint64(^uint(0)) >> 63) +// Errors var ( ErrEmptyString = &decError{"empty hex string"} ErrSyntax = &decError{"invalid hex string"} -- cgit v1.2.3