Golang drawer
@golang101
177
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
177 subscribers
Golang drawer
https://yourbasic.org/golang/concurrent-programming/
yourbasic.org
Concurrent programming
This tutorial covers concurrency patterns, goroutines, channels, deadlock, data race, timer, ticker, waitgroup, and efficient parallel computation.
Golang drawer
https://kristoff.it/blog/why-go-and-not-rust/
kristoff.it
Why Go and not Rust?
What's the role of Go in a universe where Rust exists?
Golang drawer
https://youtu.be/8hQG7QlcLBk
YouTube
GopherCon 2017: Advanced Testing with Go - Mitchell Hashimoto
Distributed systems, multi-process RPC, highly security-sensitive, millions of users, users that measure downtime in millions of US dollars per second, and more. These are the properties of the Go code that HashiCorp must ship. In this talk, I describe the…
Golang drawer
https://youtu.be/BTY1LgGnLik
YouTube
"Deterministic Docker Images with Go Microservices" by Jon San Miguel
At Samsara, we continuously deploy more than a hundred different microservices, all of which we wanted to do as easily and automatically as possible. We want...
Golang drawer
https://www.jarchitects.be/gophercon-uk-2019/
JArchitects
GopherCon UK 2019 - JArchitects
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoAddressableValues
Golang drawer
https://github.com/andrewpillar/cl
GitHub
andrewpillar/cl
Concurrently run commands across multiple servers via SSH - andrewpillar/cl
Golang drawer
https://github.com/tcnksm/ghr
GitHub
GitHub - tcnksm/ghr: Upload multiple artifacts to GitHub Release in parallel
Upload multiple artifacts to GitHub Release in parallel - GitHub - tcnksm/ghr: Upload multiple artifacts to GitHub Release in parallel
Golang drawer
https://github.com/rakyll/autopprof
GitHub
GitHub - rakyll/autopprof: Pprof made easy at development time for Go
Pprof made easy at development time for Go. Contribute to rakyll/autopprof development by creating an account on GitHub.
Golang drawer
https://github.com/houseofcat/turbocookedrabbit
GitHub
GitHub - houseofcat/turbocookedrabbit: A user friendly RabbitMQ library written in Golang.
A user friendly RabbitMQ library written in Golang. - houseofcat/turbocookedrabbit
Golang drawer
https://github.com/goproxy/goproxy.cn
GitHub
GitHub - goproxy/goproxy.cn: The most trusted Go module proxy in China.
The most trusted Go module proxy in China. Contribute to goproxy/goproxy.cn development by creating an account on GitHub.
Golang drawer
https://mdelapenya.github.io/lpn/index.html
Golang drawer
https://blog.jetbrains.com/go/2019/09/17/shell-scripting-with-goland-2019-2/
GoLand Blog
Shell Scripting with GoLand 2019.2
Go developers may rely at times on shell scripts to perform various tasks. In this post, we’ll have a look at the new builtin support for Shell scripting in GoLand 2019.2. First, we need a new shel…
Golang drawer
https://github.com/keybase/client
GitHub
GitHub - keybase/client: Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
Keybase Go Library, Client, Service, OS X, iOS, Android, Electron - keybase/client
Golang drawer
https://github.com/magefile/mage/releases/tag/v1.9.0
GitHub
magefile/mage
a Make/rake-like build tool using Go. Contribute to magefile/mage development by creating an account on GitHub.
Golang drawer
https://github.com/lucas-clemente/quic-go
GitHub
GitHub - quic-go/quic-go: A production-ready QUIC implementation in pure Go
A production-ready QUIC implementation in pure Go. Contribute to quic-go/quic-go development by creating an account on GitHub.
Golang drawer
https://github.com/grpc-ecosystem/go-grpc-middleware/releases/tag/v1.1.0
GitHub
Release v1.1.0 · grpc-ecosystem/go-grpc-middleware
[v1.1.0] - 2019-09-12
Added
#226 Support for go modules.
#221 logging/zap add support for gRPC LoggerV2 - kush-patel-hs
#181 Rate Limit support - ceshihao
#161 Retry on server stream call - lonnb...
Golang drawer
https://eli.thegreenplace.net/2019/go-internals-capturing-loop-variables-in-closures/
Golang drawer
http://www.melvinvivas.com/develop-graphql-web-apis-using-golang/
Golang drawer
https://github.com/rothgar/mastering-zsh
GitHub
GitHub - rothgar/mastering-zsh: Advanced topics to take advantage of zsh
👩💻
👨💻
Advanced topics to take advantage of zsh
👩💻
👨💻
. Contribute to rothgar/mastering-zsh development by creating an account on GitHub.
Golang drawer
https://techblog.fexcofts.com/2019/09/16/go-and-test-goconvey/
Tech Blog
Go and Test: GoConvey - Tech Blog
BDD with GoConvey GoConvey is a very good suite to test in Go. It has a lot of interesting characteristics, it is very flexible and it help us do testing.…