Projects STRLCPY csprecon Commits 6234a3b3
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    pkg/csprecon/csprecon.go
    skipped 60 lines
    61 61   }
    62 62   
    63 63   if r.Options.FileInput != "" {
    64  - for _, line := range golazy.ReadFileLineByLine(r.Options.FileInput) {
     64 + for _, line := range golazy.RemoveDuplicateValues(golazy.ReadFileLineByLine(r.Options.FileInput)) {
    65 65   r.Input <- line
    66 66   }
    67 67   }
    skipped 80 lines
Please wait...
Page is in error, reload to recover