commit 04c6f39af2367276581579dbbb6c66f410aea7cb
parent 467d83d77d67be0ac358fe2410dcf9c5d0f5860d
Author: David Eisinger <[email protected]>
Date: Fri, 12 May 2023 10:13:20 -0400
Tweak go note
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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/