Golang drawer
@golang101
178
subscribers
1
photo
5.03K
links
Curated Golang news
Download Telegram
Join
Golang drawer
178 subscribers
Golang drawer
https://dev.to/hadlow/how-to-release-to-homebrew-with-goreleaser-github-actions-and-semantic-release-2gbb
DEV Community
How to release to Homebrew with GoReleaser, GitHub Actions and Semantic Release
This article will guide you through the process of automating your Go project releases with...
Golang drawer
https://github.com/monasticacademy/httptap
GitHub
GitHub - monasticacademy/httptap: View HTTP/HTTPS requests made by any Linux program
View HTTP/HTTPS requests made by any Linux program - monasticacademy/httptap
Golang drawer
https://steamcommunity.com/discussions/forum/0/595138100650327297/
Steamcommunity
Go programs freeze when they are launhed via a Steam client :: Steam Discussions
Golang drawer
https://github.com/golang/go/issues/71076
GitHub
proposal: sync/v2: new package · Issue #71076 · golang/go
Proposal Details The math/rand/v2 package has been successful. Let's consider another v2 package: sync/v2. This is an update of #47657. Background The current sync package provides Map and Pool...
Golang drawer
https://socket.dev/blog/malicious-package-exploits-go-module-proxy-caching-for-persistence
Socket
Go Supply Chain Attack: Malicious Package Exploits Go Module...
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Golang drawer
https://github.com/hugocarreira/easycache
GitHub
GitHub - hugocarreira/easycache: A simple way to use in-memory cache in Golang
A simple way to use in-memory cache in Golang. Contribute to hugocarreira/easycache development by creating an account on GitHub.
Golang drawer
https://github.com/noneback/go-taskflow
GitHub
GitHub - noneback/go-taskflow: A pure go General-purpose Task-parallel Programming Framework with integrated visualizer and profiler
A pure go General-purpose Task-parallel Programming Framework with integrated visualizer and profiler - noneback/go-taskflow
Golang drawer
https://github.com/viccon/sturdyc
GitHub
GitHub - viccon/sturdyc: A caching library with advanced concurrency features designed to make I/O heavy applications robust and…
A caching library with advanced concurrency features designed to make I/O heavy applications robust and highly performant - viccon/sturdyc
Golang drawer
https://fluxsec.red/how-I-developed-a-markdown-blog-with-go-and-HTMX
fluxsec.red
How I developed a markdown blog with Go
I'll show you how I built a markdown blog with Go. From choosing markdown for its simplicity to leveraging Go's powerful libraries, this blog shares insights into modern web development without the headaches of complex frameworks.
Golang drawer
https://gopodcast.dev/episodes/050-security-devops-testing-in-go-with-jakub-jarosz
go podcast()
go podcast() | 050: Security, devops, testing in Go with Jakub Jarosz
This week I'm joined by Jakub Jarosz and we talk about security, devops, testing a lot of topics that are fun and comfortable doing in Go.Links:Jakub on BlueskyJakub's websiteAs always I'd apprecia...
Golang drawer
https://rednafi.com/go/io_reader_signature/
Redowan's Reflections
Why does Go's io.Reader have such a weird signature?
I’ve always found the signature of io.Reader a bit odd:
type Reader interface {
Read(p []byte) (n int, err error)
}
Why take a byte slice and write data into it? Wouldn’t it be simpler to create the slice
inside Read, load the data, and return it instead?…
Golang drawer
https://www.lucavall.in/blog/opentelemetry-a-guide-to-observability-with-go
Luca Cavallin
OpenTelemetry: A Guide to Observability with Go | Blog
Modern applications are often complex, distributed systems. Debugging them is not fun: you have to follow requests across services, logs get lost, and metrics are often hard to correlate. It's like looking for a needle in a haystack - except the haystack…
Golang drawer
https://dagger.io/blog/replaced-react-with-go
dagger.io
We Replaced Our React Frontend with Go and WebAssembly | Dagger
Build powerful software environments and containerized operations from modular components and simple functions. Perfect for complex software delivery and AI agents. Built by the creators of Docker.
Golang drawer
https://rednafi.com/go/slice_gotchas/
Redowan's Reflections
Go slice gotchas
Just like any other dynamically growable container structure, Go slices come with a few
gotchas. I don’t always remember all the rules I need to be aware of. So this is an attempt
to list some of the most common mistakes I’ve made at least once.
Slices are…
Golang drawer
https://go.dev/blog/go1.24
go.dev
Go 1.24 is released! - The Go Programming Language
Go 1.24 brings generic type aliases, map performance improvements, FIPS 140 compliance and more.
Golang drawer
https://github.com/vjerci/gochromecast
GitHub
GitHub - vjerci/gochromecast: A simple tool to stream your media to android TV or chromecast device
A simple tool to stream your media to android TV or chromecast device - vjerci/gochromecast
Golang drawer
https://github.com/fredrikaverpil/godoc.nvim
GitHub
GitHub - fredrikaverpil/godoc.nvim: Fuzzy search Go packages/symbols and view docs from within Neovim
Fuzzy search Go packages/symbols and view docs from within Neovim - fredrikaverpil/godoc.nvim
Golang drawer
https://github.com/michal-laskowski/wax
GitHub
GitHub - michal-laskowski/wax: Generate HTML on the server side with TSX/JSX templates in Go
Generate HTML on the server side with TSX/JSX templates in Go - michal-laskowski/wax
Golang drawer
https://github.com/HugoSmits86/nativewebp
GitHub
GitHub - HugoSmits86/nativewebp: Native webp encoder for Go
Native webp encoder for Go. Contribute to HugoSmits86/nativewebp development by creating an account on GitHub.
Golang drawer
https://github.com/GianlucaP106/minecraft
GitHub
GitHub - GianlucaP106/minecraft: Minecraft clone from scratch with only OpenGL
Minecraft clone from scratch with only OpenGL. Contribute to GianlucaP106/minecraft development by creating an account on GitHub.