Skip to content

remove checkOverflow workaround from the config package #126

@krasi-georgiev

Description

@krasi-georgiev

checkOverflow and XXX map[string]interface{} yaml:",inline"are no longer needed as the yaml package introduced theUnmarshalStrict()` to detect unknown or duplicated fields.

After removing checkOverflow need to find all packages that use common/config , update the yaml package and start using the new UnmarshalStrict().

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions