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

Move files and crypto utilities into gofrog #66

Merged
merged 6 commits into from
Jun 6, 2024
Merged

Conversation

omerzi
Copy link
Member

@omerzi omerzi commented Jun 6, 2024

  • All tests passed. If this feature is not already covered by the tests, I added new tests.
  • This pull request is on the dev branch.
  • I used gofmt for formatting the code before submitting the pull request.
  • I labeled this pull request with one of the following: 'breaking change', 'new feature', 'bug', or 'ignore for release'

This pull request moves several utility functions from various ecosystem packages to gofrog to reduce code duplication and establish gofrog as the primary Go utilities package for ecosystem tools. This change enhances code maintainability and organization. Over time, more utility logic will be migrated to gofrog to further streamline our codebase.

@omerzi omerzi added the improvement Automatically generated release notes label Jun 6, 2024
@omerzi omerzi requested a review from yahavi June 6, 2024 07:17
@omerzi omerzi changed the base branch from master to dev June 6, 2024 08:16
go.mod Outdated Show resolved Hide resolved
io/fileutils_test.go Outdated Show resolved Hide resolved
io/fileutils_test.go Outdated Show resolved Hide resolved
crypto/checksum.go Outdated Show resolved Hide resolved
@omerzi omerzi changed the title Add file & checksum utils Move files and crypto utilities into gofrog Jun 6, 2024
@omerzi omerzi merged commit 577296f into dev Jun 6, 2024
11 of 12 checks passed
@omerzi omerzi deleted the add-file-checksum-utils branch July 17, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Automatically generated release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants