コード例 #1
0
ファイル: main.go プロジェクト: nihao/goweb
func (cr *MyAPIController) Delete(id string, cx *goweb.Context) {
	cx.RespondWithOK()
}