예제 #1
0
파일: blog.go 프로젝트: badgerodon/go
func (this *BlogController) Show(ctx web.Context, id int) {
	ctx.Write(fmt.Sprint("ID: ", id))
}