~golangweekly | Bookmarks (186)
-
revive - fast & configurable linter for Go
Revive 1.4: A Faster, Configurable, Flexible Linter for Go — A drop-in replacement of golint that...
-
GitHub - dx314/go2type: A Go to TypeScript API client generator.
go2type: A Go to TypeScript API Client Generator — Simple CLI tool that generates types and...
-
Register allocation in the Go compiler | Red Hat Developer
Register Allocation in the Go Compiler — Vladimir maintains GCC’s register allocator system and struggled to...
-
GitHub - abiosoft/caddy-exec: Caddy v2 module for running one-off commands
caddy-exec: Caddy Module for Running One-Off Commands — Caddy is the fantastic Go-powered HTTP(S) server (we...
-
GitHub - redis/rueidis: A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.
Rueidis: A Fast Redis Client with Caching and More — A Redis client focused on performance,...
-
GitHub - maxbrunsfeld/counterfeiter: A tool for generating self-contained, type-safe test doubles in go
Counterfeiter: Generate Self-Contained, Type-Safe Test Doubles — More quickly generate fake implementations of an object’s collaborators.
-
What's in an (Alias) Name? - The Go Programming Language
What's in an (Alias) Name? — Generic alias types are coming to Go 1.24 (expected in...
-
Developing a go bot embedding ichiban Prolog
Developing a Go Bot That Embeds Ichiban Prolog — Ichiban Prolog is a Go-powered implementation of...
-
GitHub - eduardolat/pgbackweb: 🐘 Effortless PostgreSQL backups with a user-friendly web interface! 🌐💾
PG Back Web 0.3: A Postgres Backup System with Web Interface — A Go-powered app for...
-
GitHub - satmihir/fair: A Go library for serving resources fairly
FAIR: A Go Library for Serving Resources 'Fairly' — Designed to ensure fairness in resource-constrained environments...
-
GitHub - bitfield/script: Making it easy to write shell-like scripts in Go
Script 0.23: Make It Easier to Write Shell-like Scripts in Go — Makes tasks like reading...
-
Building LLM-powered applications in Go - The Go Programming Language
Building LLM-Powered Applications in Go — The post describes some different approaches to creating a Retrieval-Augmented...
-
Notes on running Go in the browser with WebAssembly - Eli Bendersky's website
Notes on Running Go in the Browser with WebAssembly — Eli explains the basics of calling...
-
Using Go instead of bash for scripts
Using Go Instead of Bash for Scripts — Using Go to replace your scripts means only...
-
Cryptography in Go: AES encryption — Bitfield Consulting
Cryptography in Go: AES Encryption — The last of a three-part excerpt from John’s book on...
-
Don't pretty print your API's JSON response body · Jamie Tanna | Software Engineer
Don't Pretty Print Your API's JSON Response Body — In other words, avoid spending time and...
-
TinyGo Playground
The TinyGo Playground (Now With More Resources) — TinyGo’s playground lets you write code with simulated...
-
Maelstrom Software
Maelstrom: A Fast, Contained Test Runner for Multiple Languages — Currently supporting Go, Rust, and Python,...
-
Telemetry in Go 1.23 and beyond - The Go Programming Language
Telemetry in Go 1.23 and Beyond — In early 2023, Russ Cox introduced the idea of...
-
GitHub - ergo-services/ergo: An actor-based Framework with network transparency for creating event-driven architecture in Golang. Inspired by Erlang. Zero dependencies.
Ergo 3.0: An Actor-Based Framework for Go — A Go-based implementation of ideas and design patterns...
-
GitHub - moderato-app/live-pprof: Monitor Go app's performance in seconds, not a day.
live-pprof: Monitor Go App Performance Live in Dev — This is very new, so your mileage...
-
Statically and Dynamically Linked Go Binaries
Statically and Dynamically Linked Go Binaries — A quick look at Go’s linking mechanisms, contrasting the...
-
How to check for price drops with Functions, Cron & LLMs
🛠️ How to Check for Price Drops with Functions, Cron and LLMs — A fun, practical example...
-
How Go Tests "go test" | Atlas | Manage your database schema as code
How Go Tests go test (And You Can Too!) — Testing is all well and good,...