Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Object GoString() #86

Merged
merged 1 commit into from
Feb 22, 2021
Merged

Commits on Feb 12, 2021

  1. The returned GoString() for a cty.ObjectWithOptionalAttrs was a bit off;

    the returned slice of optional attributes was twice as long as it needed
    to be due to a mismatch where the slice was created with make, but then
    appended to (as opposed to indexed into).
    mildwonkey committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    d5f83a1 View commit details
    Browse the repository at this point in the history