fix unconvert issues

This commit is contained in:
Mario Trangoni
2018-04-16 20:04:58 +02:00
parent 7d165068df
commit ce941a004d
11 changed files with 14 additions and 14 deletions

View File

@@ -42,7 +42,7 @@ func Init(version string, skipTLSVerify bool) {
}
HttpClient = http.Client{
Timeout: time.Duration(10 * time.Second),
Timeout: 10 * time.Second,
Transport: tr,
}
}