Goreporter Versions Save

A Golang tool that does static analysis, unit testing, code review and generate code quality report.

version3.0.2

6 years ago
  • Fixbug:code style error

version3.0.1

6 years ago
  • 4c4c67a8d74431a31b6455628a040dde65c99d98
  • 91b1cc0a98e57a66eedb0563b3a0a20321fe64a7

version3.0.0

6 years ago
  • New visual templates, rich analytical models

version3.0.0-beta2

6 years ago
  • Add code and function statistics
  • Finish all linters function.
  • Go formate all code.

version3.0.0-beta1

6 years ago
  • Add lintesr: gofmt,govet,golint,interfacer
  • Fix some bugs in engine
  • A new HTML template

version2.6.0

6 years ago
  • Fix some bugs
  • Disable linter/copycheck for serious memory leak
  • Fix bug #31 ,incompatible problem under windows
  • Add processbar

pre-3.0

6 years ago

version2.5.0

6 years ago
  1. Support text format in console with color, thanks for @vincenthou #20

  2. Fix bugs #21 #19

version2.1.0

6 years ago
  • fix map operation error and find the Race condition #1
  • replace some log with glog

version2.0.0

6 years ago

goreporter2.0

  • 1.rebuild project struct
  • 2.fix some bugs
  • 3.the engine/tools split out, can be called as a separate package
  • 4.rewrite linter:simplecode