diff --git a/config/config.go b/config/config.go index cf98662..096318c 100644 --- a/config/config.go +++ b/config/config.go @@ -10,7 +10,6 @@ type Config struct { Dir string Version string DontDownload bool - Proxy string Verbose bool }