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/contrib
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
..
cgi Switch Handler to an interface. 2023-02-15 16:44:29 -07:00
fs Switch Handler to an interface. 2023-02-15 16:44:29 -07:00
sharedhost Switch Handler to an interface. 2023-02-15 16:44:29 -07:00
tlsauth Switch Handler to an interface. 2023-02-15 16:44:29 -07:00
doc.go package documentation: gemini, gemtext, contrib 2023-01-19 10:12:30 -07:00