Web/handler.go
2024-09-05 22:02:43 -05:00

4 lines
46 B
Go

package web
type Handler func(Context) error