Is it necessary to close the Body in the http.Response object in golang?In this article, I want to answer one question about the golang http package. Is it necessary to close the Body in the http.Response…Mar 1, 2021Mar 1, 2021
Go: what to return? A slice of structs vs a slice of pointers?I answered the same question many times: what is preferable to return from the function in go, a slice of structs or a slice of pointers to…Feb 22, 20214Feb 22, 20214