diff --git a/main.go b/main.go index 73f5494..91d42d6 100644 --- a/main.go +++ b/main.go @@ -121,8 +121,9 @@ func lessType (Type string) (string) { return Type } -func checkResults(r Result, anime Anime, highest int) (high, hI int) { +func checkResults(r Result, anime Anime, highest int, c chan int) { //var re = regexp.MustCompile(`\s\(\d*\)`) + var hI int for i := 0;i