Skip to content

Commit

Permalink
Remove unused flag
Browse files Browse the repository at this point in the history
  • Loading branch information
migueleliasweb committed Oct 21, 2024
1 parent 8f46565 commit c9fc795
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ import (
"github.com/migueleliasweb/go-github-mock/src/gen"
)

var debug bool

func init() {
flag.BoolVar(&debug, "debug", false, "output debug information")
}

func main() {
flag.Parse()

Expand Down

0 comments on commit c9fc795

Please sign in to comment.