go-qr
A native, high-quality and minimalistic QR code generator (by piglig)
delve
Delve is a debugger for the Go programming language. (by go-delve)
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
go-qr
Posts with mentions or reviews of go-qr.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning go-qr yet.
Tracking mentions began in Dec 2020.
delve
Posts with mentions or reviews of delve.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-01-14.
-
FOSDEM 2020: Advanced Debugging Techniques for Go Code
Besides keynote-type topics like "The state of Go", the first one I wanted to understand was this one. It's about advanced debugging techniques in Golang. The debugging skills mentioned mainly rely on the techniques provided by https://github.com/go-delve/delve. The relevant techniques include:
-
Debugging in Go with Delve
At some point I really needed to know the internal state of the application at given times, so I decided to explore how to debug with go. I know that many developers stick to string output, but I've always been a fan of the debuggers, even for javascript, but I don't follow the state-of-the-art debugger news. So it didn't take much time to find about Delve, a really friendly open source go debugger.
- Show HN: Delve, an open source (AGPL) enterprise-grade data analytics platform
-
Delve The Golang Debugger: A Deep Dive
Delveās GitHub has setup details if you hit snags.
-
Mastering Golang Debugging in Emacs
In this post I'll elaborate the powerful combination of Emacs, Delve, and dape. Together, these tools create a debugging experience that mimics (and often surpasses) traditional IDEs, while preserving the flexibility and extensibility that Emacs is famous for.
-
TypeScript vs Go: Choosing Your Backend Language
Delve: Popular debugger for Go.
- Domine Golang com Nunu: Guia completo
-
Setting up Delve and Air to debug Golang with VS Code
Edit air.toml [[go build]] command to: - all: flags should be applied to all packages in build packages - -N: disabled optimisations to ensure generated code closer to source code for easier debugging - -l: disables inlining optimisation where small functions are expanded in place to reduce overhead of function calls, making it easier for debugging - Reasoning from Delve Reference
-
Vendoring, or go mod vendor: What Is It?
Delve: A debugger for the Go programming language.
-
The worst thing about Jenkins is that it works
At a recent job, we had slightly different containers for local dev; our backend containers (for a Go app) had Air [1] installed for live reloading, plus Delve [2] running inside the container for VS Code's debugger to connect to. We also had a frontend container for local dev, which didn't get deployed as a container, just as static files.
[1] https://github.com/cosmtrek/air
[2] https://github.com/go-delve/delve/
What are some alternatives?
When comparing go-qr and delve you can also consider the following projects:
filetype - Fast, dependency-free Go package to infer binary file types based on the magic numbers header signature
go-debug
QRDispenser - QR code generator in Swift, with no external dependencies.
godotenv - A Go port of Ruby's dotenv library (Loads environment variables from .env files)
hub - A command-line tool that makes git easier to use with GitHub.
gohper