From fbce37a4b8e2c07fc6283b6745026caaf46df281 Mon Sep 17 00:00:00 2001 From: Darkiiiiiice Date: Fri, 13 Dec 2024 10:00:15 +0800 Subject: [PATCH] =?UTF-8?q?fix.=20=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/image.go | 1 - 1 file changed, 1 deletion(-) diff --git a/service/image.go b/service/image.go index f184168..b50e111 100644 --- a/service/image.go +++ b/service/image.go @@ -100,7 +100,6 @@ type CaptureInstanceOutput struct { // Documentation URL: https://docs.qingcloud.com/api/image/delete_images.html func (s *ImageService) DeleteImages(i *DeleteImagesInput) (*DeleteImagesOutput, error) { - time.RFC822 if i == nil { i = &DeleteImagesInput{} }