From dde856d0e47bb3304d597a0b89f4f376935e6e15 Mon Sep 17 00:00:00 2001 From: EDDYCJY <313687982@qq.com> Date: Mon, 31 Dec 2018 21:13:51 +0800 Subject: [PATCH] go fmt. --- setting/setting.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setting/setting.go b/setting/setting.go index c7abb4f..1ebf376 100644 --- a/setting/setting.go +++ b/setting/setting.go @@ -9,8 +9,8 @@ const ( BROWSER_MAX_PAGE = 5 BROWSER_ALLOW_MAX_PAGE = 8 - CACHE_VERSION = "0.2.0" - CACHE_URL = "https://raw.githubusercontent.com/EDDYCJY/fake-useragent/v0.2.0/static/" + CACHE_VERSION = "0.2.0" + CACHE_URL = "https://raw.githubusercontent.com/EDDYCJY/fake-useragent/v0.2.0/static/" HTTP_TIMEOUT = 15 * time.Second HTTP_DELAY = 100 * time.Millisecond @@ -42,4 +42,4 @@ func GetTimeout(timeout time.Duration) time.Duration { } return timeout -} \ No newline at end of file +}