Exemple #1
0
func (this *BlogController) Show(ctx web.Context, id int) {
	ctx.Write(fmt.Sprint("ID: ", id))
}