mirror of
https://github.com/gin-gonic/gin.git
synced 2025-09-22 14:28:30 +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.