diff --git a/main.go b/main.go index f59fdf2..60ed973 100644 --- a/main.go +++ b/main.go @@ -28,8 +28,8 @@ import ( "github.com/spf13/pflag" ) -type TranslateSettings struct{ - proxy *url.URL +type TranslateSettings struct { + proxy *url.URL userAgent string }