Skip to content

Conversation

@Cubixmeister
Copy link
Member

  • Add MIT license and extensive README documentation
  • Rename index.go to id.go with complete rewrite and comprehensive API
  • Add command-line tool (cmd/id-iota) for generating and parsing IDs
  • Enhance base36 package with comprehensive test coverage
  • Add complete test suites for all functionality
  • Improve API design with better error handling and serialization support

  - Add MIT license and extensive README documentation
  - Rename index.go to id.go with complete rewrite and comprehensive API
  - Add command-line tool (cmd/id-iota) for generating and parsing IDs
  - Enhance base36 package with comprehensive test coverage
  - Add complete test suites for all functionality
  - Improve API design with better error handling and serialization support
@Cubixmeister Cubixmeister requested a review from a team October 9, 2025 23:04
@@ -0,0 +1,167 @@
package base36
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

te testy do poprawki, zapomnialem spojrzec co tu powstalo tbh

- Fix UnmarshalBinary to prepend zeros instead of append for correct padding behavior
- Add comprehensive test for padding verification with explicit expected values
- Refactor id_test.go from idiota_test to idiota package for better internal access
- Fixes bug where small IDs (like "1") were incorrectly decoded due to wrong padding

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
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.

2 participants