Added pretty column formatting for generated Go coverage results report
Added more strict rules for the `revive` Go linter tool
Added colorizing Go imports and format validation with the colordiff tool
Always enable color for the golangci-lint tool
Added the golangci-lint tool for GitLab CI YAML Go job templates
Enabled colorizing for the revive Go linter tool
Added support for Docker Debian Buster and Stretch images for GitLab YAML CI Go job templates
Added the errcheck tool for GitLab CI YAML Go job templates
Added the revive linter tool for GitLab CI YAML Go job templates
Added the goimports tool for GitLab CI YAML Go job templates
Added the GO_MODULE variable for GitLab CI YAML template.
Changed Go colors coverage order
Added more colors to Go job templates for better readability
Added Go coverage report coloring
Added richgo to colorize Go tests output
Silent curl that waits for godoc server
Fixed sh: 0: unknown operand
Making wget output less verbose
Reducing generated HTML documentation size for Go projects
Added Coberture coverage and JUnit test report generation for Go YAML template