コード例 #1
0
ファイル: routes.go プロジェクト: jnrepo/go-getting-started
func index(c *gin.Context) {
	c.Redirect(301, "/room/hn")
}