From 04c6f39af2367276581579dbbb6c66f410aea7cb Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Fri, 12 May 2023 10:13:20 -0400 Subject: [PATCH] Tweak go note --- content/notes/golang/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/notes/golang/index.md b/content/notes/golang/index.md index 471adc1..6851c5f 100644 --- a/content/notes/golang/index.md +++ b/content/notes/golang/index.md @@ -7,7 +7,7 @@ draft: false I find [Go][1] really compelling, even though it's not super applicable to my job. When evaluating a new tool, I find I'm weirdly biased to things written in Go. * I like that it compiles, and have no desire to install someone else's Python -* It just seems to hit the right balance of productivity, performance, safety +* It just seems to hit the right balance of productivity, performance, simplicity, safety * The language (and the tech built with the language) just seems built to last [1]: https://go.dev/