fix: dep ensure. now without gofmt on ventor directory

This commit is contained in:
Marcus Efraimsson
2018-03-20 09:23:18 +01:00
parent 4033283254
commit b816f18b3d
17 changed files with 61 additions and 63 deletions

View File

@@ -270,7 +270,7 @@ func (ctx *Context) SetParams(name, val string) {
// ReplaceAllParams replace all current params with given params
func (ctx *Context) ReplaceAllParams(params Params) {
ctx.params = params
ctx.params = params;
}
// ParamsEscape returns escapred params result.