1
0
mirror of https://github.com/labstack/echo.git synced 2025-07-17 01:43:02 +02:00

reset u.query

This commit is contained in:
TossPig
2016-03-16 03:12:00 +08:00
parent dfaaff949b
commit 82bcf4c2b8

View File

@ -35,4 +35,5 @@ func (u *URL) QueryString() string {
func (u *URL) reset(url *url.URL) {
u.URL = url
u.query = nil
}