// Run will take the config file and for each task, run a go routine
funcTaskRun(cConfig){
fori,v:=rangec.Tasks{
fmt.Printf("%d, %s",i,v)
}
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.