icingadb icon indicating copy to clipboard operation
icingadb copied to clipboard

utils: Remove unused functions, stdlib replacements

Open oxzi opened this issue 2 years ago • 0 comments

The rationale for this change was mainly to keep at least some of the changes I made in #578. And of course tidying up the codebase a little.

  • FromUnixMilli: replaced by time.UnixMilli, Go 1.17
  • Timed: unused since bd23f17eda4c0d6155ba38b9193134968fb56351
  • IsDeadlock: unused since 943133a4ac7ebe3263fb85a5c4c78f6102c20cf0
  • MaxInt: replaced by the max builtin, Go 1.21

oxzi avatar Apr 19 '24 08:04 oxzi