From d127ca384715e359f13c6931d978af9e6fda3087 Mon Sep 17 00:00:00 2001 From: shenzhuan Date: Mon, 7 Nov 2022 16:14:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.go b/utils.go index 17bd5a0..275a951 100644 --- a/utils.go +++ b/utils.go @@ -44,7 +44,7 @@ func SQ(in <-chan int) <-chan int { return out } -// to int +// 字符串转换成int func ToInt(intput string) int { //intput := "101010101110110" c := GetInput(intput)