From 6c16cbbfd84fa0d821133a6caad6bfb0deeccc7b Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Mon, 8 May 2023 09:58:04 -0400 Subject: [PATCH] Start Golang page --- content/notes/golang.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/notes/golang.md diff --git a/content/notes/golang.md b/content/notes/golang.md new file mode 100644 index 0000000..46330aa --- /dev/null +++ b/content/notes/golang.md @@ -0,0 +1,20 @@ +--- +title: "Golang" +date: 2023-05-08T09:54:48-04:00 +draft: false +--- + +### Questions to Answer + +* How to organize large(r) codebases +* Goroutines / concurrency + +### Projects I like + +* [Caddy][https://caddyserver.com/] + +### Project Ideas + +### Links + +### General Notes