1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-12 08:00:40 +00:00

fix misspell

This commit is contained in:
astaxie
2017-04-28 23:37:40 +08:00
parent 64b475d7d6
commit 1c32c011a1
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ The default timeout is `60` seconds, function prototype:
SetTimeout(connectTimeout, readWriteTimeout time.Duration)
Exmaple:
Example:
// GET
httplib.Get("http://beego.me/").SetTimeout(100 * time.Second, 30 * time.Second)