1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-20 01:06:24 -07:00
gochan/pkg/server
2025-03-02 12:44:42 -08:00
..
serverutil Add more comments to config struct fields, rename ListenIP to ListenAddress and SiteDomain to SiteHost, since they are more accurate. 2025-03-02 12:44:42 -08:00
server.go Add serverError type to be used by error serving functions to set the HTTP status code 2025-01-12 14:00:06 -08:00
server_test.go Refactor, replace use of interface{} with any, fix register_handler args not being usd 2025-02-09 15:54:33 -08:00
serverstatic_test.go Replace ioutil with io and os, fix serverstatic_test.go tests 2024-12-25 14:43:57 -08:00
servestatic.go Move router initialization to a new, server package, make serverutil a subpackage 2023-01-06 14:38:35 -08:00