Making http.Handler a little easier
Find a file
2025-07-07 21:39:47 -05:00
.gitignore 🚧 Scaffold basic functionality 2025-07-07 21:37:05 -05:00
.golangci.yaml 🚧 Scaffold basic functionality 2025-07-07 21:37:05 -05:00
go.mod Implement Handler and HandlerFunc, add comprehensive tests 2025-07-07 21:39:47 -05:00
go.sum Implement Handler and HandlerFunc, add comprehensive tests 2025-07-07 21:39:47 -05:00
handler.go 🚧 Scaffold basic functionality 2025-07-07 21:37:05 -05:00
handler_test.go Implement Handler and HandlerFunc, add comprehensive tests 2025-07-07 21:39:47 -05:00
helper.go Implement Handler and HandlerFunc, add comprehensive tests 2025-07-07 21:39:47 -05:00
helper_test.go Implement Handler and HandlerFunc, add comprehensive tests 2025-07-07 21:39:47 -05:00
Taskfile.yml 🚧 Scaffold basic functionality 2025-07-07 21:37:05 -05:00