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/examples
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 gopher support. 2023-01-28 15:01:41 -07:00
cowsay Switch Handler to an interface. 2023-02-15 16:44:29 -07:00
fetch pull request, response, handlers out of the gemini package 2023-01-17 15:59:29 -07:00
fileserver gopher support. 2023-01-28 15:01:41 -07:00
finger finger protocol 2023-01-30 11:36:48 -07:00
gmi2html Updates 2023-01-17 16:41:04 -07:00
gmi2md Updates 2023-01-17 16:41:04 -07:00
gopher_fileserver gopher support. 2023-01-28 15:01:41 -07:00
inspectls Switch Handler to an interface. 2023-02-15 16:44:29 -07:00