https://github.com/anil-dhakad/golang-todolist
https://github.com/anil-dhakad/golang-todolist
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anil-dhakad/golang-todolist
- Owner: Anil-Dhakad
- Created: 2022-06-10T11:59:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-13T05:39:19.000Z (almost 3 years ago)
- Last Synced: 2024-12-29T14:35:39.122Z (4 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## STEPS for running code:
1. install all packages by running command **`go get -u ./...`**
2. command to run project **`go run todolist.go`**