Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://eli.thegreenplace.net/2020/pubsub-using-channels-in-go/
Golang drawer
https://www.infoq.com/presentations/gitlab-monolith-scale/
InfoQ
How Gitlab Scaled Git Access with Go and What We Gained from It
Oswaldo Ferreira discusses the history of how GitLab switched from a Rails monolith to using Feature flags, Protocol Buffers, gRPC and Go.
Golang drawer
https://www.efekarakus.com/golang/2019/12/29/working-with-interfaces-in-go.html
Efe’s Blog
Exposing interfaces in Go
Interfaces are my favorite feature in Go. An interface type represents a set of methods. Unlike most other languages, you don’t have to explicitly declare that a type implements an interface. A struct S implements the interface I implicitly if S defines the…
Golang drawer
https://getstream.io/blog/virtual-go-to-go-modules/
getstream.io
Stream Is Deprecating Virtual Go – It’s Time to Move to Go Modules
Golang drawer
https://medium.com/@arash.cordi/how-we-optimized-our-dns-server-using-go-tools-d753e1a5e709
Medium
How we optimized our DNS server using go tools
background
Golang drawer
https://nullprogram.com/blog/2020/01/21/
Golang drawer
https://github.com/sematext/uprobe-http-tracer
GitHub
GitHub - sematext/uprobe-http-tracer: uprobe-based HTTP tracer for Go binaries
uprobe-based HTTP tracer for Go binaries. Contribute to sematext/uprobe-http-tracer development by creating an account on GitHub.
Golang drawer
https://github.com/uber-go/automaxprocs
GitHub
GitHub - uber-go/automaxprocs: Automatically set GOMAXPROCS to match Linux container CPU quota.
Automatically set GOMAXPROCS to match Linux container CPU quota. - uber-go/automaxprocs
Golang drawer
https://buchanae.github.io/ink/
Golang drawer
https://github.com/rotisserie/eris
GitHub
GitHub - rotisserie/eris: Error handling library with readable stack traces and flexible formatting support
🎆
Error handling library with readable stack traces and flexible formatting support
🎆
- rotisserie/eris
Golang drawer
https://github.com/golang/mock
GitHub
GitHub - golang/mock: GoMock is a mocking framework for the Go programming language.
GoMock is a mocking framework for the Go programming language. - golang/mock
Golang drawer
https://github.com/muesli/termenv
GitHub
GitHub - muesli/termenv: Advanced ANSI style & color support for your terminal applications
Advanced ANSI style & color support for your terminal applications - muesli/termenv
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoLimitedTypeInferenceLike
Golang drawer
https://engineering.khanacademy.org/posts/goliath.htm
engineering.khanacademy.org
Go + Services = One Goliath Project | Khan Academy Engineering
We're the engineers behind Khan Academy. We're building a free, world-class education for anyone, anywhere.
Golang drawer
https://medium.com/samsara-engineering/a-chapter-in-the-life-of-gos-compiler-c89b9db74617
Medium
A Chapter in the Life of Go’s Compiler
Samsara had a large presence at this year’s Strange Loop. We set up a sponsor table where we got to meet some amazing developers and I had…
Golang drawer
https://blog.risingstack.com/static-site-generator-hugo-netlify/
RisingStack Engineering
Generating a Static Site with Hugo + Netlify in 15 minutes - RisingStack Engineering
In this tutorial we show how you can generate a static site with Hugo and Netlify in an easy and fast way.
Golang drawer
https://m.youtube.com/watch?v=de9cVAx6REA
YouTube
GopherCon 2019: Jason Keene - Dynamically Instrumenting Go Programs
Ever wanted to ask arbitrary questions about your program while it is running with minimal impact on performance? In this talk, we go beyond static instrumen...
Golang drawer
https://github.com/golang/go/issues/23966#issuecomment-377997161
GitHub
x/vgo: go.mod format should not have a bespoke syntax · Issue #23966 · golang/go
It's a mistake to create a private syntax for a configuration file when there are existing, perfectly fine formats available that are well understood and have publicly available parsers.
Golang drawer
https://eli.thegreenplace.net/2020/graceful-shutdown-of-a-tcp-server-in-go/
Golang drawer
https://nullprogram.com/blog/2020/01/21/
Golang drawer
https://algorithmswithgo.com/
Algorithmswithgo
Algorithms with Go
Learn how algorithms work and how to implement them in Go