Skip to content

fix: fix errors in core-go files#208

Merged
codeZe-us merged 1 commit intomainfrom
cleanup
Mar 31, 2026
Merged

fix: fix errors in core-go files#208
codeZe-us merged 1 commit intomainfrom
cleanup

Conversation

@codeZe-us
Copy link
Copy Markdown
Contributor

This PR resolves multiple compilation errors and architectural inconsistencies across the core-go package by consolidating core data models and fixing logic gaps in the routing extraction flow. Key improvements include refactoring detect.go to remove duplicate declarations, adding a missing Warnings field to the Address struct, and centralizing RoutingResult and DestinationError into types.go to eliminate naming conflicts. Additionally, it fixes NewRoutingID constructor calls and undefined variable issues in extract.go, while aligning the unit test suite with these structural updates for complete functional coverage. All modules have been verified to pass both go build and the full test suite.

@codeZe-us codeZe-us merged commit 28c8e9c into main Mar 31, 2026
1 check passed
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