aboutsummaryrefslogtreecommitdiffstats
path: root/signer/core/cliui.go
diff options
context:
space:
mode:
authorEli <elihanover@yahoo.com>2018-05-04 16:04:17 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-05-04 16:04:17 +0800
commit16f3c31773c6daf57afe718719821a897fa1a2c7 (patch)
tree5bb3deb47eb8e6bbde51c40caace5597912d21b2 /signer/core/cliui.go
parent5b3af4c3d1455bc3e4a1c4aa514423683c8aaf7b (diff)
downloadgo-tangerine-16f3c31773c6daf57afe718719821a897fa1a2c7.tar
go-tangerine-16f3c31773c6daf57afe718719821a897fa1a2c7.tar.gz
go-tangerine-16f3c31773c6daf57afe718719821a897fa1a2c7.tar.bz2
go-tangerine-16f3c31773c6daf57afe718719821a897fa1a2c7.tar.lz
go-tangerine-16f3c31773c6daf57afe718719821a897fa1a2c7.tar.xz
go-tangerine-16f3c31773c6daf57afe718719821a897fa1a2c7.tar.zst
go-tangerine-16f3c31773c6daf57afe718719821a897fa1a2c7.zip
signer: fix golint errors (#16653)
* signer/*: golint fixes Specifically naming and comment formatting for documentation * signer/*: fixed naming error crashing build * signer/*: corrected error * signer/core: fix tiny error whitespace * signer/rules: fix test refactor
Diffstat (limited to 'signer/core/cliui.go')
-rw-r--r--signer/core/cliui.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/signer/core/cliui.go b/signer/core/cliui.go
index 0d9b5f3d3..2f969669c 100644
--- a/signer/core/cliui.go
+++ b/signer/core/cliui.go
@@ -13,6 +13,7 @@
//
// You should have received a copy of the GNU General Public License
// along with go-ethereum. If not, see <http://www.gnu.org/licenses/>.
+
package core
import (