close
Skip to content

ArrayEach + Set lost symbols #141

Description

@sergolius

Example: you have array of maps, and you need add extra fields to each element of array.
This may cause an issue, if maps are big enough.
After extending each map result array ([]byte) may reach out of range and you will lost some number of symbols in result.

Code example: https://play.golang.org/p/3QcQtupAfIr

p.s. Update data by slice(referencing) is not obvious.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions