*(global): refactoring - moved runtime properties to Context

This commit is contained in:
Andrey Meshkov
2020-02-12 15:53:36 +03:00
parent d8d48c5386
commit ae2990582d
16 changed files with 141 additions and 131 deletions

View File

@@ -10,7 +10,7 @@ import (
)
func TestFilters(t *testing.T) {
config.client = &http.Client{
Context.client = &http.Client{
Timeout: time.Minute * 5,
}