Posts tagged "go"
-
Structfieldsenforcer: Preventing Critical Field Initialization Bugs
A Go static analyzer that enforces mandatory struct field initialization using struct tags, preventing critical bugs from missing required configuration
-
Positionless: Making Go Struct Initialization Safer
How I built a Go static analyzer to detect and fix fragile positional struct literals, improving code maintainability and preventing subtle bugs
-
Go Interview Preparation: Advanced Topics
Memory Management, Performance Optimization & Runtime Internals
-
Bump: Semantic Versioning Made Simple
A lightweight command-line tool that automates semantic versioning for Git repositories with safety checks and intuitive commands