summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-06-25 10:05:02 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-06-25 10:05:02 +0200
commita2f3356d82d982562696a741136c4748c30b0719 (patch)
tree14c3588115efa7b5181acc2e1aa4318778c51a44 /content
parentd6f807cc889c65ef050beb477c8f664ad1e531de (diff)
Make links real links
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'content')
-rw-r--r--content/programming_languages/go.md23
1 files changed, 11 insertions, 12 deletions
diff --git a/content/programming_languages/go.md b/content/programming_languages/go.md
index a2cb9a5..29cc508 100644
--- a/content/programming_languages/go.md
+++ b/content/programming_languages/go.md
@@ -8,16 +8,15 @@ title = "Go"
<small>(Unsorted list of articles why `Go` is not a programming language one should
use)</small>
-* https://www.amitlevy.com/talks/go_meetup_jan_13/#slide-0
-* https://tmikov.blogspot.com/2015/02/you-dont-like-googles-go-because-you.html
-* https://github.com/ksimka/go-is-not-good
-* https://valuedrivenit.blogspot.com/2015/12/to-go-language-is-mess.html
-* https://bluxte.net/musings/2018/04/10/go-good-bad-ugly/
-* https://subedi.co/blog/2015/11/10/golang-sucks-heres-why
-* https://npf.io/2014/10/why-everyone-hates-go/
-* https://blog.discord.com/why-discord-is-switching-from-go-to-rust-a190bbca2b1f
-* https://fem.social/@nex/105853863510374016
-* https://www.arp242.net/go-easy.html
-* https://raevskymichail.medium.com/why-golang-bad-for-smart-programmers-4535fce4210c
-* https://bluxte.net/musings/2018/04/10/go-good-bad-ugly/#the-bad
+* [Reigning in the Memory Manager](https://www.amitlevy.com/talks/go_meetup_jan_13/#slide-0)
+* [You Don't Like Google's Go Because You Are Small](https://tmikov.blogspot.com/2015/02/you-dont-like-googles-go-because-you.html)
+* [go-is-not-good](https://github.com/ksimka/go-is-not-good)
+* [The "go" language is a mess](https://valuedrivenit.blogspot.com/2015/12/to-go-language-is-mess.html)
+* [Go: the Good, the Bad and the Ugly](https://bluxte.net/musings/2018/04/10/go-good-bad-ugly/)
+* [Go (Golang) Sucks! Here’s Why!](https://subedi.co/blog/2015/11/10/golang-sucks-heres-why)
+* [Why Everyone Hates Go](https://npf.io/2014/10/why-everyone-hates-go/)
+* [Why Discord is switching from Go to Rust](https://blog.discord.com/why-discord-is-switching-from-go-to-rust-a190bbca2b1f)
+* [Go is not an easy language](https://www.arp242.net/go-easy.html)
+* [Why Golang Is Bad for Smart Programmers](https://raevskymichail.medium.com/why-golang-bad-for-smart-programmers-4535fce4210c)
+* [Go: the Good, the Bad and the Ugly](https://bluxte.net/musings/2018/04/10/go-good-bad-ugly/#the-bad)