Skip to content

Commit

Permalink
go fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddycjy committed Dec 31, 2018
1 parent 6621931 commit dde856d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setting/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -42,4 +42,4 @@ func GetTimeout(timeout time.Duration) time.Duration {
}

return timeout
}
}

0 comments on commit dde856d

Please sign in to comment.