Skip to content

Commit

Permalink
fix: remove deprecated ioutil
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
  • Loading branch information
gfanton committed Dec 21, 2023
1 parent 32511b3 commit 9ec535f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gno.land/cmd/gnokey/call.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func NewMakeCallCmd(rootCfg *client.MakeTxCfg, io commands.IO) *commands.Command
return commands.NewCommand(
commands.Metadata{
Name: "call",
1ShortUsage: "call [flags] <key-name or address>",
ShortUsage: "call [flags] <key-name or address>",
ShortHelp: "Executes a Realm function call",
},
cfg,
Expand Down
2 changes: 1 addition & 1 deletion gno.land/cmd/gnokey/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"flag"
"fmt"
"io/ioutil"
ioutil "io"
"os"

"github.com/gnolang/gno/gno.land/pkg/sdk/vm"
Expand Down

0 comments on commit 9ec535f

Please sign in to comment.