diff --git a/net/ghttp/ghttp_request_param_file.go b/net/ghttp/ghttp_request_param_file.go index 7122fd6af..a877b0072 100644 --- a/net/ghttp/ghttp_request_param_file.go +++ b/net/ghttp/ghttp_request_param_file.go @@ -25,7 +25,7 @@ import ( // init initializes the type converters for *UploadFile. func init() { - gconv.RegisterTypeConverterFunc(stringToUploadFile) + _ = gconv.RegisterTypeConverterFunc(stringToUploadFile) } // UploadFile wraps the multipart uploading file with more and convenient features.