Golang drawer
@golang101
174
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
174 subscribers
Golang drawer
https://github.com/uber-go/goleak
GitHub
GitHub - uber-go/goleak: Goroutine leak detector
Goroutine leak detector. Contribute to uber-go/goleak development by creating an account on GitHub.
Golang drawer
https://hello.blackfire.io/go?utm_source=golang_weekly&utm_medium=newsletter&utm_campaign=q1_2020
Golang drawer
https://gianarb.it/blog/go-continuous-profiling-profefe
gianarb.it
Continuous profiling in Go with Profefe
Taking a snapshot at the right time is nearly impossible. A very easy way to fix this issue is to have a continuous profiling infrastructure that gives you enough confidence of having a profile at the time you need it.
Golang drawer
https://blog.jse.li/posts/torrent/
blog.jse.li
Building a BitTorrent client from the ground up in Go | Jesse Li
What is the complete path between visiting thepiratebay and sublimating an mp3 file from thin air? In this post, we'll implement enough of the BitTorrent protocol to download Debian. Look at the [Source code](https://github.com/veggiedefender/torrent-client/)…
Golang drawer
https://github.com/trubitsyn/go-zero-width
GitHub
GitHub - trubitsyn/go-zero-width: Zero-width character detection and removal for Go
Zero-width character detection and removal for Go. Contribute to trubitsyn/go-zero-width development by creating an account on GitHub.
Golang drawer
https://github.com/jbirms/ok-zoomer
GitHub
GitHub - jbirms/ok-zoomer: A Go program that takes an image, uses pigo to detect a face, and creates a gif that zooms in on the…
A Go program that takes an image, uses pigo to detect a face, and creates a gif that zooms in on the face - GitHub - jbirms/ok-zoomer: A Go program that takes an image, uses pigo to detect a face, ...
Golang drawer
https://github.com/relex/aini
GitHub
GitHub - relex/aini: Go library for Parsing Ansible inventory files
Go library for Parsing Ansible inventory files. Contribute to relex/aini development by creating an account on GitHub.
Golang drawer
https://github.com/guptarohit/asciigraph
GitHub
GitHub - guptarohit/asciigraph: Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.
Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies. - guptarohit/asciigraph
Golang drawer
https://github.com/thedevsaddam/gojsonq
GitHub
GitHub - thedevsaddam/gojsonq: A simple Go package for querying over JSON, YAML, XML, and CSV data.
A simple Go package for querying over JSON, YAML, XML, and CSV data. - thedevsaddam/gojsonq
Golang drawer
https://github.com/mmcloughlin/avo
GitHub
GitHub - mmcloughlin/avo: Generate x86 Assembly with Go
Generate x86 Assembly with Go. Contribute to mmcloughlin/avo development by creating an account on GitHub.
Golang drawer
https://github.com/ngrok/sqlmw
GitHub
GitHub - ngrok/sqlmw: Interceptors for database/sql
Interceptors for database/sql. Contribute to ngrok/sqlmw development by creating an account on GitHub.
Golang drawer
https://github.com/lukechampine/blake3
GitHub
GitHub - lukechampine/blake3: An AVX-512 accelerated implementation of the BLAKE3 cryptographic hash function
An AVX-512 accelerated implementation of the BLAKE3 cryptographic hash function - lukechampine/blake3
Golang drawer
https://utcc.utoronto.ca/~cks/space/blog/programming/GoDialCancellationHow
Golang drawer
https://madeddu.xyz/posts/go-async-await/
madeddu.xyz
The await/async concurrency pattern in Golang
Introduction First of all…happy new year! I decided after a while to come back online speaking about Golang. In this post, I will focus on parallelism and concurrency and how you can achieve the same behavioral pattern you can achieve with Node.js using…
Golang drawer
https://www.justindfuller.com/2020/01/go-things-i-love-channels-and-goroutines/
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