From 70ccf3f905a8d565d222048cc8ec2796e9b13de1 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Sun, 4 Jun 2023 00:10:16 -0400 Subject: [PATCH] Add Go project idea --- content/notes/golang/index.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/content/notes/golang/index.md b/content/notes/golang/index.md index d63ba99..4675d5c 100644 --- a/content/notes/golang/index.md +++ b/content/notes/golang/index.md @@ -40,13 +40,16 @@ I find [Go][1] really compelling, even though it's not super applicable to my jo * Bookmarking app (Pinboard replacement) * Note-taking / journaling app +* [StevieBlocks][7] {{}} +[7]: https://gist.github.com/dce/f975cb21b50a2cf998bf7230cbf89d85 + ### Resources -* [Standard Go Project Layout][7] -* [The files & folders of Go projects][8] +* [Standard Go Project Layout][8] +* [The files & folders of Go projects][9] -[7]: https://github.com/golang-standards/project-layout -[8]: https://changelog.com/gotime/278 +[8]: https://github.com/golang-standards/project-layout +[9]: https://changelog.com/gotime/278