4 lines
46 B
Go
4 lines
46 B
Go
package web
|
|
|
|
type Handler func(Context) error
|
package web
|
|
|
|
type Handler func(Context) error
|