kotaro.yamazaki
kotaro.yamazaki
This also occurs when returning a function that takes response as an argument, as in the following. ``` sample.go func modifyResponse() func(*http.Response) error { return func(resp *http.Response) error { return...
@noahdietz @bormanp Sorry for the delay. I've fixed the CI error and also updated the test code.
I have the same issue. > @jasonharrison, you could use decimal to fix this problem https://go.dev/play/p/HUMiR2-5AOb @vivl4725 I guess this solution doesn't make sense for those who want to use...