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

httplib:drone can't upload file

This commit is contained in:
astaxie 2014-05-20 17:34:52 +08:00
parent 33ad6c1370
commit fa3234147a

View File

@ -38,7 +38,7 @@ func TestGetUrl(t *testing.T) {
}
}
func TestPost(t *testing.T) {
func ExamplePost(t *testing.T) {
b := Post("http://beego.me/").Debug(true)
b.Param("username", "astaxie")
b.Param("password", "hello")