Skip to content

Add Go solution for Build Your Own Git by esalama01#595

Open
esalama01 wants to merge 1 commit intoCodingChallengesFYI:mainfrom
esalama01:main
Open

Add Go solution for Build Your Own Git by esalama01#595
esalama01 wants to merge 1 commit intoCodingChallengesFYI:mainfrom
esalama01:main

Conversation

@esalama01
Copy link

Hi team,

Adding my Go implementation for the "Build Your Own Git" challenge.

Implementation Details:

  • Language: Go 1.21
  • Features Completed: init, hash-object, add (index management), status, commit (Merkle tree traversal), and diff (Myers algorithm).
  • Architecture: Built a custom content-addressable storage (CAS) handling blob, tree, and commit objects with zlib compression and SHA-1 hashing.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant