Skip to content

v0.4.0

Compare
Choose a tag to compare
@atc0005 atc0005 released this 27 Jan 11:31
· 1837 commits to master since this release
7ec1ca4

Added

  • Enable golangci-lint linters, analyzers
    • stable image
      • gocyclo
      • gocognit
      • goerr113
      • revive
    • unstable image
      • gochecknoglobals
      • govet
        • explicitly disable fieldalignment analyzer
        • enable all other govet analyzers
      • revive
  • Remove golangci-lint linter
    • golint

Fixed

  • Add missing section header for v0.3.43 release

References