You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var taskItems=[3]string{taskOne, taskTwo, taskThree}
fmt.Println("########Welcome to our Todo List App!#####")
for index,task := range taskItems{ //if u are not using a variable you have to say it explicitly , for ex if u are not using index variable replace it with _