From f18cb3331be1c412d0b72bb96ac05e285ffcf8f6 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Thu, 11 May 2023 22:59:57 -0400 Subject: [PATCH] Add Go notes --- content/notes/golang/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/notes/golang/index.md b/content/notes/golang/index.md index 24e627e..9c44ce1 100644 --- a/content/notes/golang/index.md +++ b/content/notes/golang/index.md @@ -17,12 +17,15 @@ I find [Go][1] really compelling, even though it's not super applicable to my jo * How to organize large(r) codebases * Goroutines / concurrency * Dev tooling +* How to read/write JSON ### Projects I like * [Caddy][2] +* [PocketBase][3] [2]: https://caddyserver.com/ +[3]: https://pocketbase.io/ ### Project Ideas