Introduction
In this challenge, you are developing a task management system for a small team. Your goal is to create a program that categorizes tasks based on their completion status using Go's conditional logic. The task is to implement the sortTask
function to categorize tasks into "To Do", "In Progress", and "Completed" lists based on the input task status.