Skip to content

Instantly share code, notes, and snippets.

@lei-cao
lei-cao / beego-ajax.go
Created February 28, 2015 05:15
The basic usage of ajax with beego
package main
import (
"text/template"
"github.com/astaxie/beego"
)
type BeeferController struct {
beego.Controller
git://gist.github.com/1136824.git