1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-14 11:23:02 +02:00
ferret/pkg/drivers/cdp
3timeslazy acf2f13dcb Linter Cleanups (#294)
* sync with MontFerret/ferret

* fix --param handling

When params is converted to map it uses strings.Split,
which slices a string into all substrings separated by :.

* remove impossible conditions nil != nil

* delete ineffectual assignments

* replace '+= 1' with '++'

* remove useless comparison with nil

* merge variable declarations

* remove bool comparison

* fix imports

* fix imports

* delete unused file

* use copy instead of loop

* delete unused DummyInterface

* remove unnecassary break statements

* tidy modules
2019-05-03 17:10:34 -04:00
..
eval Linter Cleanups (#294) 2019-05-03 17:10:34 -04:00
events Linter Cleanups (#294) 2019-05-03 17:10:34 -04:00
templates Updated style template 2019-03-15 00:06:55 -04:00
document.go Linter Cleanups (#294) 2019-05-03 17:10:34 -04:00
driver.go Linter Cleanups (#294) 2019-05-03 17:10:34 -04:00
element.go Linter Cleanup (#276) 2019-03-29 10:48:51 -04:00
helpers.go Added delay randomization for inputs (#283) 2019-04-12 21:05:11 -04:00
options.go Feature/#236 cookies (#242) 2019-03-15 19:59:05 -04:00