Developer Tools+1
Toolwitr: Trace Any Process, Port, or File Back to Its Origin
witr traces any process, port, container, or file back to what started it, and closes busy ports, using a CLI, JSON output, or a TUI on every major OS.
Posts tagged with Golang.
witr traces any process, port, container, or file back to what started it, and closes busy ports, using a CLI, JSON output, or a TUI on every major OS.
The Appwrite CLI was rewritten from TypeScript to Go, starting 17x faster, installing 2 packages instead of 330, and shrinking from 66MB to 14MB.
A JetBrains Go blog guide on wrapping, logging, and returning errors in Go, plus when to use panic and defer and which mistakes to avoid.
A practical guide covering four caching strategies for Go APIs, from in-memory maps to Redis, with analogies and code examples.
A beginner-friendly Go tutorial covering installation types variables slices loops functions maps and structs with built-in testing support.