From 4c63d78e4e42aece5e5eaa6e111e7d5fc20aabb8 Mon Sep 17 00:00:00 2001 From: MDK Date: Tue, 26 Sep 2023 14:12:04 +0800 Subject: the project structure modified and new features added --- utils/input_utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/input_utils.go') diff --git a/utils/input_utils.go b/utils/input_utils.go index a968f07..990eb15 100644 --- a/utils/input_utils.go +++ b/utils/input_utils.go @@ -24,7 +24,7 @@ func RetrieveLines(pool chan string, filename string) { s = strings.Trim(s, "\n") pool <- s cnt++ - if cnt%10 == 0 { + if cnt%1000 == 0 { fmt.Println(cnt) } } -- cgit v1.2.3