From a66f58af3a8f9dd0b88f23f5d86bcaba35e2674d Mon Sep 17 00:00:00 2001 From: fauzan171 Date: Thu, 14 May 2026 00:29:48 +0700 Subject: [PATCH] Add Go CLI and Task Scheduler project tutorials Added two Go project-based tutorials: - Build a CLI Application in Go with Cobra - Building a Task Scheduler in Go These are practical, hands-on tutorials that help developers learn Go through building real-world applications. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9f3119b7e..382749f34 100644 --- a/README.md +++ b/README.md @@ -566,6 +566,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Building a TCP Chat in Go(video)](https://www.youtube.com/watch?v=Sphme0BqJiY) - [Building a BitTorrent client from the ground up in Go](https://blog.jse.li/posts/torrent/) - [REST API masterclass with Go, PostgreSQL and Docker(video playlist)`in progress`](https://www.youtube.com/watch?v=rx6CPDK_5mU&list=PLy_6D98if3ULEtXtNSY_2qN21VCKgoQAE) +- [Build a CLI Application in Go with Cobra](https://schadokar.dev/posts/build-a-cli-application-in-go-with-cobra/) +- [Building a Task Scheduler in Go](https://medium.com/@rankoalhirsi/building-a-task-scheduler-in-go-a-comprehensive-guide-8f0b2ba0b810) ## PHP: