Go is Boring...And That’s Fantastic!

[Jon Bodner](https://medium.com/@jon_43067) article demonstrates why Go is really a right choice.
This commit is contained in:
Mohamed Allam 2022-09-07 10:03:36 +01:00 committed by GitHub
parent 98eee7f30b
commit e105c3647d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@ something else on the list to keep it at a fixed length.
## Start Here
- [Go is boring... and that's fantastic](https://www.capitalone.com/tech/software-engineering/go-is-boring/)
- [Why should you learn Go?](https://medium.com/@kevalpatel2106/why-should-you-learn-go-f607681fad65)
- [An Intro to Go for non-Go developers](https://benhoyt.com/writings/go-intro/)
- [How to Write Go Code](https://golang.org/doc/code.html)