From 23dde4f745af0c07809698456c21e82ca73f1990 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 01:24:49 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E6=94=B9=E8=BF=9B=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=A0=B7=E5=BC=8F=20(#24)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- structsect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structsect.go b/structsect.go index 4404c7f..de8917c 100644 --- a/structsect.go +++ b/structsect.go @@ -76,7 +76,7 @@ func (pgsz *PgSz) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error { case "h": pgsz.H = xml.Attr{Name: xml.Name{Local: "w:w"}, Value: attr.Value} default: - //ignore other attributes now + // ignore other attributes now } } // Consume the end element