Articles
-
How to enable tab switching by cmd+number in VS Code
By default, Visual Studio Code does not support cmd+number-style tab switching on macOS. But it can be enabled with a simple configuration change.
-
A tip for reducing Golang binary size
Here’s an easy tip for reducing the size of binaries in Go.
-
Debugging Go with Delve
Delve is a debugger built specifically for Golang, offering better integration than gdb, and a more powerful alternative to
Println
-style debugging.