This repository has been archived on 2023-05-01. You can view files and clone it, but cannot push or open issues or pull requests.
gus/logging
tjpcc 46ad450327
continuous-integration/drone/push Build is passing Details
Switch Handler to an interface.
HandlerFunc is much better as a function returning a Handler, rather
than a newtype for the function type itself. This way there is no
confusion creating a type-inferenced variable with HandlerFunc(func(...
and then using a HandlerFunc where a Handler is expected. Much better to
only have one public type.
2023-02-15 16:44:29 -07:00
..
logger.go logging library up to top level 2023-01-23 22:15:16 -07:00
middleware.go Switch Handler to an interface. 2023-02-15 16:44:29 -07:00
middleware_test.go Switch Handler to an interface. 2023-02-15 16:44:29 -07:00