How to Build A CLI Todo App in Go
Coding with Patrik Coding with Patrik
285 subscribers
8,351 views
331

 Published On Jun 10, 2024

In this tutorial, we are gonna create a CLI To-Do app using Go (Golang).

We'll build this application from the ground up, and by the end, you’ll have a working command-line tool where you can manage your todos.

You’ll gain practical experience in working with flag arguments to parse command-line inputs and handling JSON data for storing and reading your todos directly from a JSON file.

Source code: https://codingwithpatrik.dev/posts/ho...

show more

Share/Embed