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