コード例 #1
0
ファイル: server.go プロジェクト: orktes/captainhub
func welcome(c *echo.Context) error {
	return c.Render(http.StatusOK, "welcome", "Joe")
}