On Sunday, September 5, 2021 at 12:56:07 AM UTC-4 tapi...@gmail.com wrote:
> This is a known problem: https://github.com/golang/go/issues/8618
> I looks the root cause is reflect.TypeOf and ValueOf make the values
> referenced by the arguments escape, though often this is over-cautious.
>
I thin
This is a known problem: https://github.com/golang/go/issues/8618
I looks the root cause is reflect.TypeOf and ValueOf make the values
referenced by the arguments escape, though often this is over-cautious.
On Sunday, August 29, 2021 at 3:02:42 PM UTC-4 nadashin wrote:
> fmt.Printf has a format
> I couldn't find any stdlib function that escape and unescape a string
> following Go syntax. (and doesn't add quotes around the string)
If the stdlib doesn't have such functions I am proposing to add them.
--
You received this message because you are subscribed to the Google Groups
"golang-nu