1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
ferret/pkg/runtime
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
..
collections Linter Cleanups (#294) 2019-05-03 17:10:34 -04:00
core Linter Cleanups (#294) 2019-05-03 17:10:34 -04:00
expressions Linter Cleanups (#294) 2019-05-03 17:10:34 -04:00
logging #11 Added params 2018-09-28 21:04:16 -04:00
values Linter Cleanups (#294) 2019-05-03 17:10:34 -04:00
options.go Decoupled runtime and HTML driver initialization (#198) 2018-11-30 19:30:55 -05:00
program_test.go Next (#214) 2018-12-21 23:14:41 -05:00
program.go Fixed graceful process termination (#240) 2019-02-26 15:32:50 -05:00