From 9d7f32f64582c3f310ce608ef69c89487ceb0c9a Mon Sep 17 00:00:00 2001 From: Lane Wagner Date: Sun, 25 Sep 2022 17:55:10 -0600 Subject: [PATCH] Adding "How and Why to Write Enums in Go" --- Articles.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Articles.md b/Articles.md index 3c22c190..178eaa3a 100644 --- a/Articles.md +++ b/Articles.md @@ -71,6 +71,7 @@ Table of Contents * [Go: A New Language for a New Year](http://kylelemons.net/2012/01/go-new-language-new-year/) _2012-01-06_ * [Why you PHP guys should learn Golang](http://www.mikespook.com/2012/08/why-you-php-guys-should-learn-golang/) _2012-08-10_ * [Why I went from Python to Go (and not node.js)](http://jordanorelli.tumblr.com/post/31533769172/why-i-went-from-python-to-go-and-not-node-js) _2012-09-14_ + * [How and Why to Write Enums in Go](https://blog.boot.dev/golang/golang-enum/) _2021-04-19_ ## Concurrency / Channels