Skip to content

🔧 refactor: replace map[string]interface{} with map[string]any#1901

Merged
mkmccarty merged 1 commit intomainfrom
mm-branch-1
Dec 6, 2025
Merged

🔧 refactor: replace map[string]interface{} with map[string]any#1901
mkmccarty merged 1 commit intomainfrom
mm-branch-1

Conversation

@mkmccarty
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings December 6, 2025 00:27
@mkmccarty mkmccarty merged commit 7d7429e into main Dec 6, 2025
9 checks passed
@mkmccarty mkmccarty deleted the mm-branch-1 branch December 6, 2025 00:27
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR modernizes the codebase by replacing the verbose map[string]interface{} type with the more concise map[string]any type alias introduced in Go 1.18.

  • Replaces all 18 occurrences of map[string]interface{} with map[string]any in src/boost/virtue.go
  • No functional changes - any is a built-in type alias for interface{}

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