Skip to content

remove helper functions dealing with maps #50

@Noxsios

Description

@Noxsios

Describe what should be investigated or refactored

Now that https://pkg.go.dev/maps exists, there is no need for certain functions in helpers to exist. They should be deprecated and return the upstream maps versions of their operations.

Links to any relevant code

func MergeMap[T any](m1, m2 map[string]T) (r map[string]T) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions