fa323414 by astaxie

httplib:drone can't upload file

1 parent 33ad6c13
...@@ -38,7 +38,7 @@ func TestGetUrl(t *testing.T) { ...@@ -38,7 +38,7 @@ func TestGetUrl(t *testing.T) {
38 } 38 }
39 } 39 }
40 40
41 func TestPost(t *testing.T) { 41 func ExamplePost(t *testing.T) {
42 b := Post("http://beego.me/").Debug(true) 42 b := Post("http://beego.me/").Debug(true)
43 b.Param("username", "astaxie") 43 b.Param("username", "astaxie")
44 b.Param("password", "hello") 44 b.Param("password", "hello")
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!