Patch release addressing package installability, code formatting, and memory optimization.
Changes
- Module Path: Updated
go.modpath togithub.com/boldbug1/tiny-redisto allow installation viago install. - Routing: Refactored command dispatch from nested
if/elsechecks to an idiomatic Goswitch. - Memory Optimization: Swapped
fmt.Sprintfwithfmt.Appendfacross response handlers to eliminate intermediate heap allocations. - Code Standards: Applied canonical formatting via
gofmt.
Full Changelog: v1.0.0...v1.0.1