Skip to content

Commit

Permalink
fixed staticcheck issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed May 6, 2024
1 parent 783a8e5 commit 12b5a62
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/spamoor/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ type CliArgs struct {
seed string
}

func mainArgs(flags *pflag.FlagSet, cliArgs *CliArgs) {

}

func main() {
cliArgs := CliArgs{}
flags := pflag.NewFlagSet("main", pflag.ContinueOnError)
Expand Down

0 comments on commit 12b5a62

Please sign in to comment.