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/fs
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
..
testdata test coverage and resulting bugfixes 2023-01-26 16:22:58 -07:00
dir.go gopher support. 2023-01-28 15:01:41 -07:00
dir_test.go Switch Handler to an interface. 2023-02-15 16:44:29 -07:00
file.go gopher support. 2023-01-28 15:01:41 -07:00
file_test.go Switch Handler to an interface. 2023-02-15 16:44:29 -07:00
gemini.go Switch Handler to an interface. 2023-02-15 16:44:29 -07:00
gopher.go Switch Handler to an interface. 2023-02-15 16:44:29 -07:00
stat.go Initial commit. 2023-01-09 16:40:24 -07:00