todo-api Golang project to perform crud operation in todo list Install Go brew install go initialize go with go module(go.mod - we add project dependencies) go mod init url (github.com/roulpriya/todo-api) framework gin Notes Controllers are also called handlers TO DO LIST