Skip to content

Commit

Permalink
refactor: remove unused proxy field in Config struct
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Jun 21, 2024
1 parent bb8f039 commit f415168
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ type Config struct {
Dir string
Version string
DontDownload bool
Proxy string
Verbose bool
}

Expand Down

0 comments on commit f415168

Please sign in to comment.