コード例 #1
0
ファイル: blog.go プロジェクト: badgerodon/go
func (this *BlogController) Show(ctx web.Context, id int) {
	ctx.Write(fmt.Sprint("ID: ", id))
}