davideisinger.com

My personal website
Log | Files | Refs | README

commit f2ef08c3c0224b417f1b2c7730c957791e580ee0
parent f000a012d45ab39c22462a9f28ea05a8a15edb58
Author: David Eisinger <[email protected]>
Date:   Mon, 15 May 2023 10:53:56 -0400

Update go note

Diffstat:
Mcontent/notes/golang/index.md | 10+++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/content/notes/golang/index.md b/content/notes/golang/index.md @@ -26,16 +26,24 @@ I find [Go][1] really compelling, even though it's not super applicable to my jo * [Caddy][2] * [PocketBase][3] * [SyncThing][4] +* [Restic][5] [2]: https://caddyserver.com/ [3]: https://pocketbase.io/ [4]: https://syncthing.net/ +[5]: https://restic.net/ ### Project Ideas * Bookmarking app (Pinboard replacement) * Note-taking / journaling app -### Links +{{<thumbnail project1 "400x" />}} + +### Resources + +* [Standard Go Project Layout][6] + +[6]: https://github.com/golang-standards/project-layout ### General Notes