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