typo fixed
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
| 14 | 14 | ||
| 15 | // Usage: | 15 | // Usage: |
| 16 | // | 16 | // |
| 17 | // import "github.com/astaxie/beego/context" | 17 | // import "github.com/astaxie/beego/httplib" |
| 18 | // | 18 | // |
| 19 | // b := httplib.Post("http://beego.me/") | 19 | // b := httplib.Post("http://beego.me/") |
| 20 | // b.Param("username","astaxie") | 20 | // b.Param("username","astaxie") | ... | ... |
-
Please register or sign in to post a comment