An opinionated guideline to structure & develop a Go web application/service
created at July 4, 2020, 11:47 a.m.
A microframework to build web apps; with handler chaining, middleware support, and most of all; standard library compliant HTTP handlers(i.e. http.HandlerFunc).
created at Dec. 16, 2015, 7:35 a.m.
Pocache is a minimal cache package which focuses on a preemptive optimistic caching strategy
created at Oct. 4, 2024, 3:38 p.m.
A drop-in replacement for Go errors, with some added sugar! Unwrap user-friendly messages, HTTP status code, easy wrapping with multiple error types.
created at July 17, 2020, 6:57 p.m.