ЮВ
Size: a a a
ЮВ
ЮВ
RS
ЮВ
ЮВ
AS
ЮВ
ЮВ
ЮВ
ЮВ
ЮВ
ЮВ
с
с
type Controller struct {
Param string
}
func NewController(param string) Controller {
return Controller{Param: param}
}
func (c Controller) Method(w http.ResponseWriter, req *http.Request) {
// ...
}
ЮВ
ЮВ