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/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
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/