commit 70ccf3f905a8d565d222048cc8ec2796e9b13de1 parent 9a0f0809621af1bf9d00131908d72bb1f46888cd Author: David Eisinger <[email protected]> Date: Sun, 4 Jun 2023 00:10:16 -0400 Add Go project idea Diffstat:
| M | 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 @@ -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] {{<thumbnail project1 "400x" />}} +[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