Just my personal Golang sandbox repo, nothing special.
Each package may contain multiple versions where I experiment with different approaches to the same problem. Each version has its own README with more details. And yes, this was mainly written by AI.
-
fstree — A toy file system tree (like the
treecommand) implementation to learn about Go's concurrency primitives (goroutines, wait groups, mutexes, channels and all that 🎷). -
tui - A Terminal User Interface to run one of the packages and one its versions.
- OAuth 2.0 Course for Beginners @ freeCodeCamp
- Follow along but use GO wherever possible
- Try this on the fstree project: https://antonz.org/detecting-goroutine-leaks/