Flags time.Now().Sub(t) calls that can be simplified to time.Since(t). The time.Since function is the idiomatic Go way to compute the elapsed time since a fixed point and avoids the more verbose two-step pattern. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
pelikhan marked this pull request as ready for review
July 19, 2026 18:15Copilot AI review requested due to automatic review settings
July 19, 2026 18:15…ub-95d856cd71fa7907 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Closed
pelikhan deleted the linter-miner/timenowsub-95d856cd71fa7907 branch
July 19, 2026 20:26Copilot stopped work on behalf of gh-aw-bot due to an error
July 19, 2026 20:26This was referenced
Jul 19, 2026Closed
Closed
Merged