Skip to content

chore: remove octal lits in time.Date; use time.Month constants

Replaced octal literals in time.Date with decimal values, as using octal (e.g., 0o2) here is unintuitive (flagged by revive.time-date). Also updated month values to use time package constants (e.g., time.January), as suggested by usestdlibvars.time-date-month.

Edited by 🤖 GitLab Bot 🤖

Merge request reports

Loading