Ming Deng

Results 73 comments of Ming Deng

I don't know what's the `doPrintf`, but you can try it. What I want is improving the performance and reduce the memory allocation, so I think keeping using `fmt.Sprint` is...

sure, thank you

I think we don't need to mount any volumes. Once we want to run the test, we only start the docker compose. For example: ``` docker compose up -d go...

I am not sure supporting this by Beego is a good idea. Basically you can implement the `Logger` by yourself which supports the template.

Beego won't copy the body if the HTTP method is GET or HEAD. Can check this one https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET You can change it to use POST.

Is it the Beego filter? I mean, I think users should be responsible for handling this case. But if the filter was provided by Beego, I think we need to...

Can you provide a demo to reproduce this issue?