links
Table of Contents
Random favorite links:
- Build Constraints tl;dr
A build constraint, also known as a build tag, is a condition under which a file should be included in the package. Build constraints are given by a line comment that begins
//go:build
- 50 Shades of Go: Traps, Gotchas, and Common Mistakes for New Golang Devs
- Golden config for golangci-lint
- opentelemetry-go/CONTRIBUTING.md 📝 NOTE: Interesting contributing guide
- Generic retry function in Go TIL: you can do better with closures :)
- WebSockets Using Go TIL: websocat
- Hiring Challenge: Smallest Golang Websocket Client TIL from an article is UPX is a free, secure, portable, extendable, high-performance executable packer for several executable formats.
- golangci-lint Golang linter
- http://www.golang-book.com/books/intro
- http://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/index.html#map_key_ne
- https://medium.com/@lizrice/a-debugger-from-scratch-part-1-7f55417bc85f
- https://talks.godoc.org/github.com/davecheney/presentations/gopher-puzzlers.slide#4
- https://peter.bourgon.org/go-for-industrial-programming/
- https://bluxte.net/musings/2018/04/10/go-good-bad-ugly/
- https://dou.ua/lenta/articles/senior-go/
- https://www.ardanlabs.com/blog/2013/07/how-packages-work-in-go-language.html
- https://dave.cheney.net/2016/04/27/dont-just-check-errors-handle-them-gracefully
- https://dave.cheney.net/paste/gocon-spring-2016.pdf
- https://dave.cheney.net/tag/error-handling
- https://www.ardanlabs.com/blog/2014/10/error-handling-in-go-part-i.html
- https://www.ardanlabs.com/blog/2014/11/error-handling-in-go-part-ii.html
- https://speakerdeck.com/mitchellh/advanced-testing-with-go
- https://www.youtube.com/watch?v=yszygk1cpEc
- https://interpreterbook.com/
- https://github.com/golang/go/milestone/62
- https://peter.bourgon.org/go-in-production/
- https://rodaine.com/2018/08/x-files-sync-golang/
- https://blog.golang.org/profiling-go-programs
- https://www.youtube.com/watch?v=dyvpF0jF3AY&list=PLtLJO5JKE5YAeVbgwCkgUWyOBsMvZu4UB&index=1
- https://github.com/golang/go/issues/19813
- https://kuree.gitbooks.io/the-go-programming-language-report/content/27/text.html Heap or stack?
Go reading lists:
comments powered by Disqus