Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

utils: Remove unused functions, stdlib replacements #744

Closed
wants to merge 1 commit into from

Conversation

oxzi
Copy link
Member

@oxzi oxzi commented Apr 19, 2024

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 bd23f17
  • IsDeadlock: unused since 943133a
  • MaxInt: replaced by the max builtin, Go 1.21

- FromUnixMilli: replaced by time.UnixMilli, Go 1.17
- Timed: unused since bd23f17
- IsDeadlock: unused since 943133a
- MaxInt: replaced by the max builtin, Go 1.21
@oxzi
Copy link
Member Author

oxzi commented Jun 3, 2024

Became deprecated by switching to the icinga-go-library.

@oxzi oxzi closed this Jun 3, 2024
@oxzi oxzi deleted the utils-tidying branch June 3, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant