From 34abb94c25fba29ad3600f300d56491bc46f1d95 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Wed, 31 May 2023 20:17:53 -0400 Subject: [PATCH] Add go podcast --- content/notes/golang/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/notes/golang/index.md b/content/notes/golang/index.md index 4df0b37..ceec18e 100644 --- a/content/notes/golang/index.md +++ b/content/notes/golang/index.md @@ -44,7 +44,9 @@ I find [Go][1] really compelling, even though it's not super applicable to my jo ### Resources * [Standard Go Project Layout][6] +* [The files & folders of Go projects][7] [6]: https://github.com/golang-standards/project-layout +[7]: https://changelog.com/gotime/278 ### General Notes