From b26e6f8f36ddd002d4cebbb8293feadf2b701b42 Mon Sep 17 00:00:00 2001 From: = <428192774@qq.com> Date: Sat, 10 Dec 2022 02:08:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86=E4=B8=80=E9=83=A8?= =?UTF-8?q?=E5=88=86=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- body.go | 1 + 1 file changed, 1 insertion(+) diff --git a/body.go b/body.go index cc60aed..88f9e0b 100644 --- a/body.go +++ b/body.go @@ -7,6 +7,7 @@ package simpleRequest +// EntryMark 请求体条目标记,用于标记输入的body内容格式 type EntryMark string func (b EntryMark) string() string {