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/gopher
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
..
gophermap gopher support. 2023-01-28 15:01:41 -07:00
client.go gopher support. 2023-01-28 15:01:41 -07:00
request.go finger protocol 2023-01-30 11:36:48 -07:00
request_test.go gopher support. 2023-01-28 15:01:41 -07:00
response.go gopher support. 2023-01-28 15:01:41 -07:00
serve.go Switch Handler to an interface. 2023-02-15 16:44:29 -07:00