Skip to content

Support parsing into map[string]string #23

Description

@andreiavrammsd

Is it useful?

var vars map[string]string
if err := config.New().FromBytes(vars, input); err != nil {
	t.Fatal(err)
}

If the config output parameter is of type map[string]string, skip the reader and write the (already) existing variables map into the output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions