Golang drawer
@golang101
178
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
178 subscribers
Golang drawer
https://www.theregister.com/2023/02/10/googles_go_programming_language_telemetry_debate/
The Register
Google's Go may add telemetry that's on by default
Some devs object because they don't trust Mountain View
Golang drawer
https://redis.com/blog/go-redis-official-redis-client/
Redis
Go-Redis Is Now an Official Redis Client - Redis
The Go-Redis client joins the family of officially supported clients under the Redis umbrella. Get access and start programming in Go-Redis!
Golang drawer
https://github.com/mvdan/gofumpt
GitHub
GitHub - mvdan/gofumpt: A stricter gofmt
A stricter gofmt. Contribute to mvdan/gofumpt development by creating an account on GitHub.
Golang drawer
https://github.com/jedib0t/go-pretty
GitHub
GitHub - jedib0t/go-pretty: Table-writer and more in golang!
Table-writer and more in golang! Contribute to jedib0t/go-pretty development by creating an account on GitHub.
Golang drawer
https://yewtu.be/watch?v=D_S9qQ7jzkQ
Golang drawer
https://blog.pratimbhosale.com/building-a-url-shortener-using-go-and-sqlite
Golang drawer
https://bitfieldconsulting.com/golang/rust-vs-go
Bitfield Consulting
Rust vs Go in 2025 — Bitfield Consulting
Which is a better choice, Rust or Go? Which language should you choose for your next project, and why? How do the two compare in areas like performance, simplicity, safety, features, scale, and concurrency?
Golang drawer
https://github.com/ebitengine/purego
GitHub
GitHub - ebitengine/purego
Contribute to ebitengine/purego development by creating an account on GitHub.
Golang drawer
https://github.com/SpectoLabs/hoverfly
GitHub
GitHub - SpectoLabs/hoverfly: Lightweight service virtualization/ API simulation / API mocking tool for developers and testers
Lightweight service virtualization/ API simulation / API mocking tool for developers and testers - SpectoLabs/hoverfly
Golang drawer
https://github.com/vbauerster/mpb
GitHub
GitHub - vbauerster/mpb: multi progress bar for Go cli applications
multi progress bar for Go cli applications. Contribute to vbauerster/mpb development by creating an account on GitHub.
Golang drawer
https://github.com/sosedoff/pgweb
GitHub
GitHub - sosedoff/pgweb: Cross-platform client for PostgreSQL databases
Cross-platform client for PostgreSQL databases. Contribute to sosedoff/pgweb development by creating an account on GitHub.
Golang drawer
https://github.com/charmbracelet/vhs
GitHub
GitHub - charmbracelet/vhs: Your CLI home video recorder
📼
Your CLI home video recorder
📼
. Contribute to charmbracelet/vhs development by creating an account on GitHub.
Golang drawer
https://github.com/charmbracelet/vhs
GitHub
GitHub - charmbracelet/vhs: Your CLI home video recorder
📼
Your CLI home video recorder
📼
. Contribute to charmbracelet/vhs development by creating an account on GitHub.
Golang drawer
https://github.com/knadh/koanf
GitHub
GitHub - knadh/koanf: Simple, extremely lightweight, extensible, configuration management library for Go. Supports JSON, TOML,…
Simple, extremely lightweight, extensible, configuration management library for Go. Supports JSON, TOML, YAML, env, command line, file, S3 etc. Alternative to viper. - knadh/koanf
Golang drawer
https://github.com/charmbracelet/soft-serve
GitHub
GitHub - charmbracelet/soft-serve: The mighty, self-hostable Git server for the command line
🍦
The mighty, self-hostable Git server for the command line
🍦
- charmbracelet/soft-serve
Golang drawer
https://gin-gonic.com/
Golang drawer
https://github.com/psilva261/opossum
GitHub
GitHub - psilva261/mycel: Rudimentary web browser written in Golang
Rudimentary web browser written in Golang. Contribute to psilva261/mycel development by creating an account on GitHub.
Golang drawer
https://www.komu.engineer/blogs/11/opentelemetry-and-go
www.komu.engineer
The complete guide to OpenTelemetry in Golang.
This guide should take you from zero to production.
Golang drawer
https://changelog.com/gotime/267
Changelog
What's new in Go 1.20 with Carl Johnson (Go Time #267)
Our "what's new in Go" correspondent Carl Johnson joins Mat & Johnny to discuss... what's new in Go 1.20, of course! What'd you expect, an episode about Rust?! That's preposterous...
Golang drawer
https://preslav.me/2023/02/22/partially-implemented-interfaces-in-golang/
Preslav Rachev
Partially-Implemented Interfaces in Go
When you just want to implement one or two methods ... but be careful.