Aspects of a good Go library – Jack Lindamood – Mediumhttps://medium.com/@cep21/aspects-of-a-good-go-library-7082beabb403
Building Immutable Data Structures In Gohttp://elliot.land/post/building-immutable-data-structures-in-go
Don’t use Go’s default HTTP client (in production) – Nathan Smith – Mediumhttps://medium.com/@nate510/don-t-use-go-s-default-http-client-4804cb19f779
Generics aren’t ready for Go | Drew DeVault’s Bloghttps://drewdevault.com/2019/02/18/Generics-arent-ready-for-Go.html
Getting Started with OAuth2 in Go – Alex Pliutau – Mediumhttps://medium.com/@pliutau/getting-started-with-oauth2-in-go-2c9fae55d187
Go 1.7 httptrace and context debug patterns – Jack Lindamood – Mediumhttps://medium.com/@cep21/go-1-7-httptrace-and-context-debug-patterns-608ae887224a
Go 2, here we come | Hacker Newshttps://news.ycombinator.com/item?id=18561587
Go 2, here we come! - The Go Bloghttps://blog.golang.org/go2-here-we-come
Go Experience report: Go’s type system – Statuscode – Mediumhttps://medium.com/statuscode/go-experience-report-gos-type-system-c4d4dfcc964c
Go compiler internals: adding a new statement to Go - Part 1 - Eli Bendersky's websitehttps://eli.thegreenplace.net/2019/go-compiler-internals-adding-a-new-statement-to-go-part-1/
Golang: using build tags to store configurations – Elton Minetto – Mediumhttps://medium.com/@eminetto/golang-using-build-tags-to-store-configurations-d586e23c1dde
How to Create An SSH Tunnel in Gohttp://elliot.land/post/how-to-create-an-ssh-tunnel-in-go
Idiomatic Go Resources – Damian Gryski – Mediumhttps://medium.com/@dgryski/idiomatic-go-resources-966535376dba
Implementing OAuth 2.0 with Go(Golang) 🔐 - Soham's bloghttps://www.sohamkamani.com/blog/golang/2018-06-24-oauth-with-golang/
Iterators in Gohttps://ewencp.org/blog/golang-iterators/index.html
Naive Bayes Classifier From Scratch | Part 2 (NLP in Golang)https://medium.com/@kcatstack/naive-bayes-classifier-from-scratch-part-2-nlp-in-golang-81c2a103ee06
Personal Photo Management using Go and TensorFlow GopherAcademyhttps://blog.gopheracademy.com/advent-2018/personal-photo-management/
Preemptive Interface Anti-Pattern in Go – Jack Lindamood – Mediumhttps://medium.com/@cep21/preemptive-interface-anti-pattern-in-go-54c18ac0668a
Private and Public Visibility with Go Packages - Will Haleyhttps://willhaley.com/blog/private-and-public-visibility-with-go-packages/
Simple techniques to optimise Go programshttps://stephen.sh/posts/quick-go-performance-improvements
Standard Package Layout – Ben Johnson – Mediumhttps://medium.com/@benbjohnson/standard-package-layout-7cdbc8391fc1
Stop writing broken Go librarieshttps://0x46.net/thoughts/2018/12/29/go-libraries/
String interning in Go - Artem Krylysovhttps://artem.krylysov.com/blog/2018/12/12/string-interning-in-go/
Versioning your API in Gohttps://dev.to/geosoft1/versioning-your-api-in-go-1g4h
Want to write good unit tests in go? Don’t panic… or should you?https://medium.com/@jens.neuse/want-to-write-good-unit-tests-in-go-dont-panic-or-should-you-ba3eb5bf4f51
Wednesday pop quiz: spot the race – Dave Cheneyhttps://dave.cheney.net/2015/11/18/wednesday-pop-quiz-spot-the-race
What “accept interfaces, return structs” means in Gohttps://medium.com/@cep21/what-accept-interfaces-return-structs-means-in-go-2fe879e25ee8
Write files using Gohttps://www.reddit.com/r/golang/comments/a5jdjd/write_files_using_go/
crawshaw - 2019-04-28https://crawshaw.io/blog/xerrors
r/golang - Advent 2018: gpython: a Python interpreter written in Go "batteries not included"https://www.reddit.com/r/golang/comments/a5iw96/advent_2018_gpython_a_python_interpreter_written/
r/golang - Building real-time messaging server in Gohttps://www.reddit.com/r/golang/comments/a733q2/building_realtime_messaging_server_in_go/
r/golang - Controlling the Docker Engine in Go – Tarka Labs Blog – Mediumhttps://www.reddit.com/r/golang/comments/a5kma6/controlling_the_docker_engine_in_go_tarka_labs/
r/golang - Migrating to go mod in just 3 stepshttps://www.reddit.com/r/golang/comments/a739dz/migrating_to_go_mod_in_just_3_steps/
r/golang - Personal Photo Management using Go and TensorFlowhttps://www.reddit.com/r/golang/comments/a9zts4/personal_photo_management_using_go_and_tensorflow/
r/golang - Red Hat contributes etcd, the cornerstone of Kubernetes, to the Cloud Native Computing Foundationhttps://www.reddit.com/r/golang/comments/a6abyp/red_hat_contributes_etcd_the_cornerstone_of/
r/golang - Stop writing broken Go librarieshttps://www.reddit.com/r/golang/comments/ab9mia/stop_writing_broken_go_libraries/
r/golang - Using Golang to Building Microservices at The Economist: A Retrospectivehttps://www.reddit.com/r/golang/comments/a5fohq/using_golang_to_building_microservices_at_the/
r/golang - Using the Service Object Pattern in Gohttps://www.reddit.com/r/golang/comments/82ayd9/using_the_service_object_pattern_in_go/
r/golang - Versioning your API in Gohttps://www.reddit.com/r/golang/comments/a949pw/versioning_your_api_in_go/