separating http handler to separate structs

using the pattern supported by http.ServeMux since go 1.22
This commit is contained in:
2024-11-25 19:46:18 +09:00
parent 903e4cf6d3
commit dcdadbeb20
8 changed files with 261 additions and 209 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module hodu
go 1.21.0
go 1.22.0
require (
github.com/google/uuid v1.6.0