Go Playground - The Go Programming LanguageHello everyone, this is a scheduling program similar to a WorkerPool that I implemented in Golang. The purpose of this program is to limit the number of goroutines while still allowing concurrent execution of my tasks. As a beginner in Golang, I may have overlooked some bugs in my code despite the fact that the main method runs and executes perfectly. There may be hidden bugs, such as goroutine leaks, deadlock bugs, or improper use of channels. I would appreciate it if you could help me review the code. Thank you.