From b0f0dc5352462510f2b7c5766566154d9bf7dba1 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Wed, 5 Aug 2020 13:17:23 +0300 Subject: [PATCH] cli/util: fix lint error introduced by 227c6a2ca --- cli/util/convert.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/util/convert.go b/cli/util/convert.go index 155850a7f..731db8562 100644 --- a/cli/util/convert.go +++ b/cli/util/convert.go @@ -7,6 +7,7 @@ import ( "github.com/urfave/cli" ) +// NewCommands returns util commands for neo-go CLI. func NewCommands() []cli.Command { return []cli.Command{ {