From 082acae169164ba2f677d9ee773e99eb4dcfd8af Mon Sep 17 00:00:00 2001 From: wangfeng Date: Tue, 31 Jan 2023 20:17:52 +0800 Subject: [PATCH] =?UTF-8?q?#I6C2X4=E5=AE=9E=E7=8E=B0string=E7=9A=84series?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- series_xstring.go | 1 + 1 file changed, 1 insertion(+) diff --git a/series_xstring.go b/series_xstring.go index dbb9843..e51c959 100644 --- a/series_xstring.go +++ b/series_xstring.go @@ -5,6 +5,7 @@ import ( "reflect" ) +// SeriesString 字符串类型序列 type SeriesString struct { SeriesFrame Data []string -- Gitee