Created
June 11, 2018 07:35
-
-
Save proclaim/6cdbe33cb22427a352d2e11a73e48965 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func handle(f func(*gin.Context) (interface{}, int, error)) func(*gin.Context) { | |
return func(gc *gin.Context) { | |
// very complex code | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment