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
fix(version): 🐛 update version to 0.11.0 and enhance due date formatting
* Updated the version output in the `version` command to reflect the new version 0.11.0.
* Changed the due date format in the `InsertTodo` function to include a calendar emoji for better visibility.
chore(vscode): ✨ add launch configuration for debugging Go programs
* Introduced a new `launch.json` file for Visual Studio Code.
* Configured to facilitate debugging of Go applications with specific arguments.