Web/handler.go

4 lines
46 B
Go
Raw Normal View History

package web
type Handler func(Context) error