From 9e172267d0ac68636e150289a4ee0fa47dd373ef Mon Sep 17 00:00:00 2001 From: shenzhuan Date: Mon, 7 Nov 2022 11:10:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=ACids?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils.go | 1 + 1 file changed, 1 insertion(+) diff --git a/utils.go b/utils.go index c05e113..b168bef 100644 --- a/utils.go +++ b/utils.go @@ -44,6 +44,7 @@ func SQ(in <-chan int) <-chan int { return out } +// 转换成int func ToInt(intput string) int { //intput := "101010101110110" c := GetInput(intput)