Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ <h3 id="uri-building">URI building</h3>
application.</p>
<p><code>echo.URI(h, 1)</code> will generate <code>/users/1</code> for the route registered below</p>
<pre><code class="go">// Handler
h := func(*echo.Context) error {
h := func(c *echo.Context) error {
return c.String(http.StatusOK, &quot;OK&quot;)
}

Expand Down Expand Up @@ -492,4 +492,4 @@ <h2 id="error-handling">Error Handling</h2>
<script src="../js/highlight.pack.js"></script>
<script src="../js/base.js"></script>
</body>
</html>
</html>