davideisinger.com

My personal website
Log | Files | Refs | README

commit 6c16cbbfd84fa0d821133a6caad6bfb0deeccc7b
parent dd669a409ad93599488b38e5afc27e0023093e6e
Author: David Eisinger <[email protected]>
Date:   Mon,  8 May 2023 09:58:04 -0400

Start Golang page

Diffstat:
Acontent/notes/golang.md | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/content/notes/golang.md 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