
Build a todo CLI using GO
CLI in go
Go is great for building CLI applications. It provides two very powerful tools cobra-cli and viper. But in this example, we are going to use the flag package and other built-in tools.
For more information on CLI using go, visit go.dev
Creat...
Read: https://dipankarmedhi.hashnode.dev/build-a-todo-cli-using-go
CLI in go
Go is great for building CLI applications. It provides two very powerful tools cobra-cli and viper. But in this example, we are going to use the flag package and other built-in tools.
For more information on CLI using go, visit go.dev
Creat...
Read: https://dipankarmedhi.hashnode.dev/build-a-todo-cli-using-go