Open ericlagergren opened 2 years ago
Just hit this myself; looks like an upstream bug that was fixed here: https://github.com/modern-go/reflect2/commit/835802817d782825522f9d3fb740b00139f42e2, but version 1.1.9 has a version bound on reflect2 that allows versions without the bugfix. Upgrading to json-iterator 1.1.12 fixed the problem for me.
darwin/arm64 on Go 1.18.
Using function to copy from one
*os.File
to another.