Skip to content

Instantly share code, notes, and snippets.

@vinyvicente
Created January 26, 2021 18:04
Show Gist options
  • Save vinyvicente/2caa8b2954d88f12c71c2174adaba0e4 to your computer and use it in GitHub Desktop.
Save vinyvicente/2caa8b2954d88f12c71c2174adaba0e4 to your computer and use it in GitHub Desktop.
Go path references
https://golang.org/
https://go.dev/
https://pkg.go.dev/
https://go-proverbs.github.io/
https://golang.org/doc/effective_go.html
https://blog.golang.org/errors-are-values
https://github.com/golang/go/wiki/CodeReviewComments
https://golang.org/doc/faq
https://golang.org/ref/spec
https://blog.golang.org/constants
https://golang.org/src/
https://blog.golang.org/package-names
https://blog.golang.org/slices-intro
https://blog.golang.org/error-handling-and-go
https://blog.golang.org/laws-of-reflection
https://blog.golang.org/matchlang
https://sqlc.dev/
https://peter.bourgon.org/go-for-industrial-programming/
https://blog.filippo.io/efficient-go-apis-with-the-inliner/
https://blog.golang.org/slices-intro
https://medium.com/@marty.stepien/arrays-vs-slices-bonanza-in-golang-fa8d32cd2b7c
https://www.gophercon.com/
https://www.gophercon.eu/
https://www.gophercon.co.uk/
https://www.youtube.com/channel/UCx9QVEApa5BKLw9r8cnOFEA
https://www.youtube.com/watch?v=PAAkCSZUG1c
https://www.youtube.com/watch?v=cVaDY0ChvOQ (please!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!)
https://dzone.com/articles/mechanical-sympathy
https://changelog.com/gotime
https://channel9.msdn.com/Events/Lang-NEXT/Lang-NEXT-2014/From-Parallel-to-Concurrent
https://talks.golang.org/2015/simplicity-is-complicated.slide#1
https://talks.golang.org/2012/splash.article
https://dave.cheney.net/practical-go/presentations/gophercon-singapore-2019.html
https://gopheracademy.com/
https://research.swtch.com/
https://github.com/Pungyeon/clean-go-article
https://9p.io/plan9/
https://aws.amazon.com/builders-library/?cards-body.sort-by=item.additionalFields.customSort&cards-body.sort-order=asc
https://unixgame.io/unix50
https://www.bell-labs.com/about/history/innovation-stories/50-years-unix/
https://www.viget.com/articles/two-ways-to-share-git-hooks-with-your-team/
https://medium.com/google-cloud/continuous-profiling-of-go-programs-96d4416af77b
https://mmcloughlin.com/posts/your-pprof-is-showing
https://rakyll.org/profiler-labels/
https://github.com/google/gops
https://en.wikipedia.org/wiki/Fuzzing
https://medium.com/a-journey-with-go/go-fuzz-testing-in-go-deb36abc971f
https://github.com/google/gofuzz
https://github.com/dvyukov/go-fuzz
https://github.com/golang/go/issues/19109
https://go101.org/article/101.html
https://blog.trailofbits.com/2019/11/07/attacking-go-vr-ttps/
https://github.com/Pungyeon/clean-go-article
https://google.github.io/eng-practices/review/reviewer/
https://rakyll.org/go-cloud/
https://dave.cheney.net/2016/08/20/solid-go-design
http://www.hydrogen18.com/blog/golang-orms-and-why-im-still-not-using-one.html
https://education.ardanlabs.com/courses/ultimate-go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment