1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-22 22:40:55 +00:00

typo fixed

This commit is contained in:
JessonChan 2014-08-23 06:48:40 +08:00
parent 02301caac1
commit 7b2fe824d5

View File

@ -14,7 +14,7 @@
// Usage: // Usage:
// //
// import "github.com/astaxie/beego/context" // import "github.com/astaxie/beego/httplib"
// //
// b := httplib.Post("http://beego.me/") // b := httplib.Post("http://beego.me/")
// b.Param("username","astaxie") // b.Param("username","astaxie")