Closed
Description
The reflect.PointerTo
function was added in version 1.18 to replace the reflect.PtrTo
function. reflect.PtrTo
was supposed to be deprecated in version 1.19, as recommended in https://github.com/golang/go/wiki/Deprecated, but it was not done.