Skip to content

Golint cleanup & code reorganization

Ollivier Robert requested to merge github/fork/keltia/go-lint-cleanup into master

Trying to be more idiomatic Go here, separate stuff into separate func() for reducing function complexity & size.

Suggestion: I use fVAR for flag-related variables, makes it more obvious, I only renamed those which were in conflict. Suggestion: breaking down the big ones as well. Suggestion: I added vgo metadata but should add vN.M.NN semantic versioning tags as well later.

(feel free to ignore me though ;-) )

Merge request reports