コード例 #1
0
ファイル: web.go プロジェクト: mikeshimura/typeredux
func IndexHtml(c *gin.Context) {
	x := c
	x = x
	c.HTMLString(200, index)
}