3415a5b0 by JessonChan Committed by astaxie

better go style

1 parent dfe055c4
...@@ -51,7 +51,7 @@ import ( ...@@ -51,7 +51,7 @@ import (
51 "time" 51 "time"
52 ) 52 )
53 53
54 var defaultSetting = BeegoHttpSettings{false, "beegoServer", 60 * time.Second, 60 * time.Second, nil, nil, nil, false, true} 54 var defaultSetting = BeegoHttpSettings{UserAgent: "beegoServer", ConnectionTimeout: 60 * time.Second, ReadWriteTimeout: 60 * time.Second, Giz: true}
55 var defaultCookieJar http.CookieJar 55 var defaultCookieJar http.CookieJar
56 var settingMutex sync.Mutex 56 var settingMutex sync.Mutex
57 57
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!