hashicorp / go-secure-stdlib

Mozilla Public License 2.0
64 stars 24 forks source link

Fix StrListDelete side effect. #118

Closed ncabatoff closed 8 months ago

ncabatoff commented 8 months ago

Oh yeah, that's from an earlier attempt using slices. Will remove.

averche commented 8 months ago

It would also be great to enhance this test to ensure the original slice is not modified.

ncabatoff commented 8 months ago

It would also be great to enhance this test to ensure the original slice is not modified.

Done.