diff options
| author | MDK <[email protected]> | 2023-09-26 14:12:04 +0800 |
|---|---|---|
| committer | MDK <[email protected]> | 2023-09-26 14:12:04 +0800 |
| commit | 4c63d78e4e42aece5e5eaa6e111e7d5fc20aabb8 (patch) | |
| tree | 4341188fd10890724936b4d129ce0a958daf79c9 /utils/input_utils.go | |
| parent | 4fcf28804c88ed090d96f737db7814cce44ac1fd (diff) | |
the project structure modified and new features added
Diffstat (limited to 'utils/input_utils.go')
| -rw-r--r-- | utils/input_utils.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) } } |
