Skip to content

Commit

Permalink
chg: add lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
bladehan1 committed May 7, 2024
1 parent 8f041ef commit c56f3a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ import (
"io/ioutil"
"math"
"math/big"
"net"
"net/http"
"os"
"path/filepath"
godebug "runtime/debug"
Expand Down Expand Up @@ -73,6 +71,8 @@ import (
"gopkg.in/urfave/cli.v1"
)

const test = 1

Check failure on line 74 in cmd/utils/flags.go

View workflow job for this annotation

GitHub Actions / lint

const `test` is unused (unused)

func init() {
cli.AppHelpTemplate = `{{.Name}} {{if .Flags}}[global options] {{end}}command{{if .Flags}} [command options]{{end}} [arguments...]
Expand Down

0 comments on commit c56f3a2

Please sign in to comment.