Exemplo n.º 1
0
Arquivo: main.go Projeto: nihao/goweb
func (cr *MyAPIController) Delete(id string, cx *goweb.Context) {
	cx.RespondWithOK()
}