API for a task scheduler that can execute shell scripts with specified timeouts, supplemented by Goroutines.
- Run shell scripts through Goroutines.
- Provide optional timeouts.
- Cancel tasks mid-execution.
git clone https://github.com/prah23/go-task-scheduler.git
cd go-task-scheduler
go run api/main.go