package main import ( "fmt" ) func sum(s []int, c chan int) { sumOfNum := 0 for _, v := range s { } }