From e471749a85275ca92cdd5ad5c0088a79f389c180 Mon Sep 17 00:00:00 2001 From: Alexey Yerin Date: Mon, 18 Jan 2021 23:25:57 +0300 Subject: [PATCH] Run go fmt --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }