Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 1.3 KB

File metadata and controls

27 lines (13 loc) · 1.3 KB

Changelog

1.1.0 (2025-01-18)

Features

  • gclplugin: add timeloc plugin for golangci-lint integration (#6) (82b5802)

Bug Fixes

  • timeloc: detect time method chaining and simplify error message (#9) (ebc9e48)

1.0.0 (2025-01-17)

Features

  • initiate timeloc (9f74683)
  • timeloc: not allowed time.Local usage (#1) (9dc1b44)

Bug Fixes

  • timeloc: detect false positive when time package is aliased (#5) (ad2e216)
  • timeloc: program will panic, when function have a built-in interface in argument (be6b6c3)