Esempio n. 1
0
File: main.go Progetto: nihao/goweb
func (cr *MyAPIController) Delete(id string, cx *goweb.Context) {
	cx.RespondWithOK()
}