forked from TrueCloudLab/neoneo-go
Merge pull request #1269 from nspcc-dev/fix-cli-util-lint-error
cli/util: fix lint error introduced by 227c6a2ca
This commit is contained in:
commit
f232d477af
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ import (
|
||||||
"github.com/urfave/cli"
|
"github.com/urfave/cli"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// NewCommands returns util commands for neo-go CLI.
|
||||||
func NewCommands() []cli.Command {
|
func NewCommands() []cli.Command {
|
||||||
return []cli.Command{
|
return []cli.Command{
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue