02301caa by JessonChan

modify desc

1 parent 485c2e86
...@@ -101,7 +101,7 @@ func Put(url string) *BeegoHttpRequest { ...@@ -101,7 +101,7 @@ func Put(url string) *BeegoHttpRequest {
101 return newBeegoRequest(url, "PUT") 101 return newBeegoRequest(url, "PUT")
102 } 102 }
103 103
104 // Delete returns *BeegoHttpRequest DELETE GET method. 104 // Delete returns *BeegoHttpRequest DELETE method.
105 func Delete(url string) *BeegoHttpRequest { 105 func Delete(url string) *BeegoHttpRequest {
106 return newBeegoRequest(url, "DELETE") 106 return newBeegoRequest(url, "DELETE")
107 } 107 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!