mirror of
https://github.com/gin-gonic/gin.git
synced 2025-08-07 19:59:54 +08:00
As[ Effective Go](https://golang.org/doc/effective_go.html?#if) about `if` said, remove else statement instead of return/continue statement.
As[ Effective Go](https://golang.org/doc/effective_go.html?#if) about `if` said, remove else statement instead of return/continue statement.