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

feat(go): replace custom implemented treemap with gods/v2 treemap #51

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Kybxd
Copy link
Collaborator

@Kybxd Kybxd commented Aug 7, 2024

No description provided.

@Kybxd Kybxd changed the title feat: replace custom implemented treemap with gods/v2 treemap feat(go): replace custom implemented treemap with gods/v2 treemap Aug 7, 2024
@@ -22,7 +22,7 @@ const (
loadPackage = protogen.GoImportPath("github.com/tableauio/tableau/load")
storePackage = protogen.GoImportPath("github.com/tableauio/tableau/store")
errors = protogen.GoImportPath("github.com/pkg/errors")
treeMapPackage = protogen.GoImportPath("github.com/tableauio/loader/pkg/treemap")
treeMapPackage = protogen.GoImportPath("github.com/emirpasic/gods/v2/maps/treemap")
Copy link
Member

Choose a reason for hiding this comment

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

@wenchy wenchy marked this pull request as draft August 7, 2024 07:01
@wenchy wenchy added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Aug 15, 2024
@Kybxd Kybxd force-pushed the feat/use-gods-treemap-with-generics branch from 6bbcebc to f173de9 Compare August 28, 2024 03:26
@Kybxd Kybxd force-pushed the feat/use-gods-treemap-with-generics branch from f173de9 to 2413be2 Compare August 29, 2024 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants