Tags: kashifkhan0771/utils
Tags
Bump golang.org/x/net from 0.35.0 to 0.37.0 (#115) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.35.0 to 0.37.0. - [Commits](golang/net@v0.35.0...v0.37.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kashif Khan <70996046+kashifkhan0771@users.noreply.github.com>
Add basic benchmarks (#106) * add various benchmarks (#81) add caching and rand benchmarks add fsutils benchmarks add logging, math, strings, templates and url benchmarks * fix linting errors * Update logging/logging_test.go Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Kashif Khan <70996046+kashifkhan0771@users.noreply.github.com> * Update caching/caching_test.go Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Kashif Khan <70996046+kashifkhan0771@users.noreply.github.com> * Update math/math_test.go Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Kashif Khan <70996046+kashifkhan0771@users.noreply.github.com> * Update rand/rand_test.go Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Kashif Khan <70996046+kashifkhan0771@users.noreply.github.com> * go fmt caching_test.go Signed-off-by: Kashif Khan <70996046+kashifkhan0771@users.noreply.github.com> * go fmt rand_test.go Signed-off-by: Kashif Khan <70996046+kashifkhan0771@users.noreply.github.com> --------- Signed-off-by: Kashif Khan <70996046+kashifkhan0771@users.noreply.github.com> Co-authored-by: Kashif Khan <70996046+kashifkhan0771@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
File System Utilities (#90) * Add: fsutils package with function FormatFileSize * Update: implement FindFiles function * Update: implement GetDirectorySize function * Update: implement FilesIdentical function * Update: implement DirsIdentical function * Update: Add validation for directory traversal security. * Optimize memory usage for large file comparisons. * Add symlink handling and optimize directory comparison * Update: Enhance DirsIdentical test coverage * Enhance error handling tests for FindFiles * Update: Check error return value from os.Chmod
PreviousNext